This commit is contained in:
Miroslav Suchý 2015-03-10 15:36:30 +00:00
parent ab3dbaf4df
commit 2764fefc72

View file

@ -1,8 +1,8 @@
- name: "update ca-trust"
command: /usr/bin/update-ca-trust
- name: restart neutron-openvswitch-agent
- name: "restart neutron-openvswitch-agent"
service: name=neutron-openvswitch-agent state=restarted
- name: restart openstack-nova-compute
- name: "restart openstack-nova-compute"
service: name=openstack-nova-compute state=restarted