bcwaldon / vagrant_devstack

Vagrant project that sets up a devstack environment
82 stars 23 forks source link

Not able to run with the stable/folsom branch #12

Closed sc68cal closed 10 years ago

sc68cal commented 11 years ago

I don't know if this is a Vagrant issue - or if it's an issue with the devstack script. It's pretty weird though - switching from master branch to stable/folsom is blocked by a very odd change - one file goes from 10755 to 10644 and blocks a checkout.

https://gist.github.com/sc68cal/5246465

sc68cal commented 11 years ago

Couple of things. It appears that checking out an older branch of devstack makes git barf

++ git show-ref refs/remotes/origin/stable/grizzly
+ [[ -n 70e403b616316452ab54a925ee243516ba857acb refs/remotes/origin/stable/grizzly ]]
+ git_update_remote_branch stable/grizzly
+ GIT_BRANCH=stable/grizzly
+ git checkout -b stable/grizzly -t origin/stable/grizzly
error: The following untracked working tree files would be overwritten by checkout:
    .pep8
Please move or remove them before you can switch branches.

So I updated the cookbook to force a checkout - sc68cal/devstack-1@27691d43cef44ecf0a925e755d91befc7f7e23a9

It also appears that the cookbook for devstack is going away - osops/devstack@23e0cfb4da36ab9bf807b1f048a7b6c72596a3b8