Change-Id: Ia1bf8cb2f0e23755100713c1289baa371bbfb956
Signed-off-by: Zane Bitter <zbitter@redhat.com>
then
sudo vgcreate nova-volumes $(sudo losetup --show -f /var/lib/nova/nova-volumes.img)
fi
- for svc in api cert objectstore compute network volume scheduler
+
+ for svc in api cert objectstore compute volume scheduler
do
sudo systemctl $action openstack-nova-$svc.service
done
+
+ # This must be started after openstack-nova-cert due to an SELinux
+ # policy problem. See https://bugzilla.redhat.com/show_bug.cgi?id=857747
+ sleep 2
+ sudo systemctl $action openstack-nova-network.service
}
function os_stop() {