Drop hosts role from cloud compute nodes, they have their own template and make 2 tasks idempotent
This commit is contained in:
parent
afe41d8364
commit
3e28d0f04d
2 changed files with 2 additions and 3 deletions
|
@ -123,5 +123,5 @@
|
|||
|
||||
- file: src=/etc/neutron/plugins/ml2/ml2_conf.ini dest=/etc/neutron/plugin.ini state=link
|
||||
|
||||
- service: name=neutron-openvswitch-agent state=restarted enabled=yes
|
||||
- service: name=openstack-nova-compute state=restarted enabled=yes
|
||||
- service: name=neutron-openvswitch-agent state=started enabled=yes
|
||||
- service: name=openstack-nova-compute state=started enabled=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue