leader check for posting pg license
This commit is contained in:
parent
81a95a52f0
commit
b4de3b2f26
@ -17,7 +17,8 @@ from charmhelpers.core.hookenv import (
|
|||||||
config,
|
config,
|
||||||
relation_set,
|
relation_set,
|
||||||
relation_ids,
|
relation_ids,
|
||||||
status_set
|
status_set,
|
||||||
|
is_leader
|
||||||
)
|
)
|
||||||
|
|
||||||
from charmhelpers.fetch import (
|
from charmhelpers.fetch import (
|
||||||
@ -97,7 +98,7 @@ def config_changed():
|
|||||||
if add_lcm_key():
|
if add_lcm_key():
|
||||||
log("PLUMgrid LCM Key added")
|
log("PLUMgrid LCM Key added")
|
||||||
if charm_config.changed('plumgrid-license-key'):
|
if charm_config.changed('plumgrid-license-key'):
|
||||||
if post_pg_license():
|
if is_leader() and post_pg_license():
|
||||||
log("PLUMgrid License Posted")
|
log("PLUMgrid License Posted")
|
||||||
if charm_config.changed('fabric-interfaces'):
|
if charm_config.changed('fabric-interfaces'):
|
||||||
if not fabric_interface_changed():
|
if not fabric_interface_changed():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user