First time here? Check out the FAQ!
![]() | 1 | initial version |
I have been busy with other things, but the main problem was my localrc was pointing to stable/grizzly while the main devstack repository - the devstack.git was pointing to master. after doing 'git clone git://github.com/openstack-dev/devstack.git', I should have checked out origin/stable/grizzly for devstack.git if I really wanted to experiment with that branch.
I simply removed the 'xxx_BRANCH' lines above and let the defaults in stackrc take effect (ie. master branch), and now everything works.