Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
fix nonrecoverable error import ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
earthmant committed Dec 10, 2017
1 parent 6b2a9cc commit 4686991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudify_awssdk/ecs/resources/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
from cloudify_awssdk.ecs import ECSBase
from cloudify_awssdk.common.constants import EXTERNAL_RESOURCE_ID

from cloudify.exceptions import NonRecoverableError

RESOURCE_TYPE = 'ECS Service'
CLUSTER = 'cluster'
CLUSTER_TYPE = 'cloudify.nodes.aws.ECS.Cluster'
Expand Down

0 comments on commit 4686991

Please sign in to comment.