devstack `./clean.sh` not cleaning nova-lxd files
Bug #1711078 reported by
fxpester
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-lxd |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
how to reproduce:
1. build devstack from master branch
2. run ./unstack.sh && ./clean.sh
3. change branches in local.conf, for exmaple to newton:
```
MURANO_
CEILOMETER_
KEYSTONE_
NOVA_BRANCH=
NEUTRON_
SWIFT_BRANCH=
GLANCE_
CINDER_
HEAT_BRANCH=
TROVE_BRANCH=
HORIZON_
MURANO_
enable_plugin nova-lxd https:/
```
as a result: you got openstack newton and nova-lxd master
To post a comment you must log in.
I'm not sure I understand the bug report. Assuming that the last 'stable/newton' in the description above was on the same line as the 'enable_plugin' (i.e. it's a formatting error in launchpad description), then this will pull the the 'stable/newton' branch from the git repo for nova-lxd, which is what you want.
Let me know if I've misunderstood.