How to make devstack configuration persistent between reboots on Fedora 21?
That is question comes from recent thread
https://ask.openstack.org/en/question/59789/attempt-to-install-nova-docker-driver-on-fedora-21/ (https://ask.openstack.org/en/question...)
It appears that openvswitch module doesn't get loaded after cold restart and I have found fix for this
systemctl enable openvswitch
which brings OVS system back to life along with standard procedure of reassignment IP to br-ex
But , after that - running ./rejoin-stack.sh I found out that keystone daemons are dead.
systemctl enable httpd
in addition doesn't help as well. keystone daemons are in bad shape.I can compare with similar picture on Ubuntu 14.04 box after ./rejoin-stack.sh