First time here? Check out the FAQ!
![]() | 1 | initial version |
After going through the execution of stack.sh in debug, I understand a lot more about its operation. I should not have set the 'ENABLED_SERVICES' variable. Instead, modify the default that is specified in stackrc by invoking enable_service or disable_service appropriately.
After doing that, I ran into the problem that was posted on stackoverflow: http://stackoverflow.com/questions/17681226/cloudfoundry-grizzly-keystone-with-devstack-install-configparser-error-in-keyst/18937657#18937657
I have posted an answer there as user2802945.
My question is why should my repositories point to 'master' when 'stable/grizzly' should have worked. Is there anything else that needs to be done.