datsun180b: you think this will only happen for halting env but not for destroy?
IlyaE joined the channel
datsun180b
that's my theory, i'll have the results shortly
devkulkarni joined the channel
ravips
datsun180b: ok, I assume halt/destroy should not matter..once env is up rest of the process is same in both cases
datsun180b
well you have two errors arguing the opposite of that
in fact that line i added to install setuptools appears to be skipped anyway in a fresh install--pip just shrugs and says distribute is already satisfied
ravips
datsun180b: my guess is these errors will show up with destroy as well
datsun180b
they don't
i've destroyed/upped like four or five times just today
randallburt has quit
so before stack.sh the best freeze does is complain that it can't find an svn location for distribute==0.6.24dev-r0
aratim has quit
randallburt joined the channel
ravips
datsun180b: ok, I dont' see any statements in vagrantfile that's specific to halt/destroy..any ideas on how they differ? if destroy/up is a cleaner, I will follow that from now onwards
zz_dimtruck is now known as dimtruck
datsun180b
well the difference is after a halt, all the things that were installed once are there
i'm betting that something devstack uses is pinning setuptools/distribute to an older version than what we had before
IlyaE has quit
blomquisg has quit
aratim joined the channel
tomblank1 joined the channel
adrian_otto has quit
ravips
datsun180b: ok, if this don't happen with destroy/up then probably we don't have to fix this. This can happen later with other modules, may be in the doc we can say use destroy+up if halt+up fails with pkg error
tomblank has quit
IlyaE joined the channel
datsun180b
well i would in general like to be able to successfully halt and up my environment
me destroying it is just a way of putting something off that may be as simple as just adding --upgrade in the right spot
i'm watching stack.sh do its thing and among other things it removes in inbuilt pip and drops in 1.4 in its place
asalkeld joined the channel
asalkeld
morning
ravips
datsun180b: we may be able to fix this particular case but when stack.sh or solum adds new modules or changes module versions we may run into issues with halt again. May be we can add a test case to excercise halt+up scenario if we really want to support (probably low priority)