heat: undefined LOG keyword during stack delete with AttachPolicy resource
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
Undecided
|
Unassigned | |||
R2.22.x |
Fix Committed
|
Undecided
|
Unassigned | |||
R3.0 |
Fix Committed
|
Undecided
|
Unassigned | |||
Trunk |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
during attach_policy and update of network_policy the stack may fail due to LOG keyword undefined.
diff --git a/contrail_
index 5f5e737..8611493 100644
--- a/contrail_
+++ b/contrail_
@@ -6,7 +6,7 @@ from contrail_
from heat.openstack.
-logger = logging.
+LOG = logging.
class AttachPolicy(
diff --git a/contrail_
index 4f7fd9a..a48d1c4 100644
--- a/contrail_
+++ b/contrail_
@@ -8,7 +8,7 @@ from heat.openstack.
import uuid
import copy
-logger = logging.
+LOG = logging.
Review in progress for https:/ /review. opencontrail. org/21599
Submitter: Senthilnathan Murugappan (<email address hidden>)