CCI-MOC / ORE

MOC OpenStack Research Environment
Apache License 2.0
2 stars 3 forks source link

stack.sh not using branches specified in local.conf for plugins #15

Closed HuzefaMandvi closed 6 years ago

HuzefaMandvi commented 6 years ago

I specified stable/queens for osprofiler in local.conf, but after stack.sh completed I had the stable/pike version of osprofiler

EmreAtes commented 6 years ago

This could be due to stackrc line 495 and 496. I changed them before to fix something else. See https://github.com/openstack-dev/devstack/blob/stable/pike/stackrc#L494

HuzefaMandvi commented 6 years ago

If the branch is specified as

$SERVICE_BRANCH=

then it will work as expected.