Change the order for new neutron lib.
Also, Q_PLUGIN_CONF_FILE def was removed in Queens,
so fix that here also.
Change-Id: Ia1f105f4005da3b6a722e6b76f6f52bf8834e67c
Signed-off-by: Victor Pickard <vpickard@redhat.com>
Local devstack with default tempest directory[1] failed due to
mismatched tempest path.
[1]d576620e33/lib/tempest (L47)
Change-Id: I955ad42de21cbc2d609c42392faab69398949dac
Enhance the L2GW Service Driver framework to embrace
out-of-L2GW-source-tree service drivers.
Co-Authored-By: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Closes-Bug:1532436
Change-Id: Ib56ee8bfd182c031e468c503acb0cd75daea8c40
Ensure that configure_neutron runs before we try to
manage l2gw service plugin and l2gw service-agent related
configuration files under /etc/neutron.
Change-Id: I77fbd99bfa4f86b64c1f88f00bb9e4d3b43a3d8c
Closes-Bug: 1541244
This patchset fixes the problem in HP L2GW CI due to
parallel execution of api test cases.
Patchset also ensures that all the tests run in sequential order.
Change-Id: I2d9313132393c0ad55acdf84d15c8d7ae9188833
Closes-bug: 1517758
The patch set fixes the problem in the l2gw devstack scripts
where the l2gw_plugin.ini file neither gets copied to /etc/neutron,
nor is supplied while starting the neutron server.
Change-Id: If519e1a5394954d14673302aa8792f27017f60fa
Closes-Bug: 1511614
This allows neutron-db-manage to find the alembic migrations
automatically if this project is installed.
The config file alembic.ini is not needed in this project since it's
tables are in neutron's DB and so it depends on neutron's config.
Remove the l2gw-db-manage script since we will use
neutron-db-manage.
Update the alembic env to know about all neutron core tables when
generating diffs for --autogenerate.
Partial-Bug: #1470625
Depends-On: I9a06de64ce35675af28adf819de6f22dc832390d
Change-Id: I581932d333e378d91d5b581760018ec274330681
Moved configure_l2gw_plugin back to install section.
This commit partially rollbacks the change which were done as part of
review 172935 .
Change-Id: I107ca89e8dc115c9739faecdf02efc1c5bf55528
Closes-Bug: #1444183
Devstack scripts were trying to copy l2gateway_agent.ini in
/etc/neutron before neutron was setup.
As part of fix moved copy and configuration of conf files in
post-config
Change-Id: I322955108e300765b7361b7c681e8f1b482ef3cb
Closes-Bug:#1439161
This patchset enables to provide the migration script
'neutron-l2gw-db-manage' for create database tables for
networking_l2gw project.
Change-Id: I89eb370996c5ae416484df1135e0b7b3517a8b1f