Merge "Fix the zun-wsproxy group missing in site.yml"
This commit is contained in:
commit
7be3f110e5
@ -1007,6 +1007,7 @@
|
||||
gather_facts: false
|
||||
hosts:
|
||||
- zun-api
|
||||
- zun-wsproxy
|
||||
- zun-compute
|
||||
serial: '{{ kolla_serial|default("0") }}'
|
||||
roles:
|
||||
|
@ -601,6 +601,9 @@ placement
|
||||
[zun-api:children]
|
||||
zun
|
||||
|
||||
[zun-wsproxy:children]
|
||||
zun
|
||||
|
||||
[zun-compute:children]
|
||||
compute
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user