Add quantum-network-service as a mandatory service
The quantum-network-service relation with nova-cc needs to be present otherwise metadata server has no keystone auth credentials. This change adds it to REQUIRED_INTERFACES so that its absence is reported in workload status. Also the quantum-network-service-relation-broken symlink has been added to trigger an assess status call when the relation is removed. Change-Id: I9859d532e1ef3c18c8c24308a115624035ef6d0f Closes-Bug: 1634106
This commit is contained in:
parent
c1fb99e35f
commit
bf6b4332b3
@ -251,6 +251,7 @@ GIT_PACKAGE_BLACKLIST = [
|
||||
REQUIRED_INTERFACES = {
|
||||
'messaging': ['amqp', 'zeromq-configuration'],
|
||||
'neutron-plugin-api': ['neutron-plugin-api'],
|
||||
'network-service': ['quantum-network-service'],
|
||||
}
|
||||
|
||||
|
||||
|
1
hooks/quantum-network-service-relation-broken
Symbolic link
1
hooks/quantum-network-service-relation-broken
Symbolic link
@ -0,0 +1 @@
|
||||
neutron_hooks.py
|
Loading…
Reference in New Issue
Block a user