Update patch set 5

Patch Set 5:

Looks like `apt-get update` never happens after we add debian-hammer
to the repo.list ! This is because the env var REPOS_UPDATED gets set
to True early enuf (after the first install_package cmd runs as part
of stack.sh). Since we are changing/modifying the repo.list as part of
plugin code, devstack isn't aware, so it doesn't do a update. 

As part of plugin, we need to explicitly set REPOS_UPDATED=False
after updating repo.list so that install_package can re-trigger
`apt-get update` and our debian-hammer repo should then be used
to install the proper version of ceph

This change is being proposed as part of another patch here...
https://review.openstack.org/#/c/258602/11/devstack/lib/ceph
Scroll to line 620

So awaiting the merge of the above patch, which should fix the issue
(wrong ceph version being installed) we are seeing here

Patch-set: 5
This commit is contained in:
Gerrit User 10796
2016-01-04 13:02:21 +00:00
committed by Gerrit Code Review
parent feec209393
commit 542e1bdd40

Diff Content Not Available