Start nova services after keystone endpoints are created
nova conductor and scheduler need to discover placement service when it starts so let's make sure endopints are discoverable before starting the nova conductor and scheduler services. Change-Id: Iaf70c646f29a326d39471e562c61d553121fa3ff
This commit is contained in:
parent
8fa926cdc7
commit
d22e2f1e81
@ -201,4 +201,9 @@ class openstack_integration::nova (
|
||||
|
||||
Keystone_endpoint <||> -> Service['nova-compute']
|
||||
Keystone_service <||> -> Service['nova-compute']
|
||||
|
||||
Keystone_endpoint <||> -> Service['nova-conductor']
|
||||
Keystone_service <||> -> Service['nova-conductor']
|
||||
Keystone_endpoint <||> -> Service['nova-scheduler']
|
||||
Keystone_service <||> -> Service['nova-scheduler']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user