Skip to content

Commit

Permalink
stack delete with AttachPolicy resource may fail due to undefined LOG…
Browse files Browse the repository at this point in the history
… keyword

Change-Id: I1cc6d6657eb6c2449bc6e9d174312a5c14fde43f
Closes-Bug:#1597882
  • Loading branch information
msenthil committed Jun 30, 2016
1 parent 9a1625c commit ae57231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrail_heat/resources/attach_policy.py
Expand Up @@ -13,7 +13,7 @@
except ImportError:
from oslo_log import log as logging

logger = logging.getLogger(__name__)
LOG = logging.getLogger(__name__)


class AttachPolicy(ContrailResource):
Expand Down
2 changes: 1 addition & 1 deletion contrail_heat/resources/network_policy.py
Expand Up @@ -17,7 +17,7 @@
import uuid
import copy

logger = logging.getLogger(__name__)
LOG = logging.getLogger(__name__)


class NetworkPolicy(ContrailResource):
Expand Down

0 comments on commit ae57231

Please sign in to comment.