Drop hosts role from cloud compute nodes, they have their own template and make 2 tasks idempotent

This commit is contained in:
Kevin Fenzi 2015-02-23 15:55:00 +00:00
parent afe41d8364
commit 3e28d0f04d
2 changed files with 2 additions and 3 deletions

View file

@ -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