On Thu, Jan 18, 2018 at 8:33 AM, Michael Johnson <johnsomor at gmail.com> wrote: > This sounds great Ihar! > > Let us know when we should make the changes to the neutron-lbaas projects. > > Michael Hi Michael! You can already start, by introducing new service names without q-* for your services. For example, neutron-lbaasv2 instead of q-lbaasv2. You can have both in parallel, behaving the same way, like we do in neutron devstack plugin: https://github.com/openstack/neutron/blob/master/devstack/plugin.sh#L34 Once you have it in your devstack plugin, you should be able to safely replace all occurrences of q-lbaasv2 in infra projects with the new name. Handly link to detect them: http://codesearch.openstack.org/?q=q-lbaas&i=nope&files=&repos= Thanks! Ihar