This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Remove install_command from tox.ini, the default is fine
- Remove Babel from requirements, it's not needed for running.
- Remove unused babel.cfg and obsolete openstack-common.conf
- Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE.
- Remove six usage
- update to hacking 3.1.0, fix problems found.
- Remove hacking and friends from lower-constraints, they are
blacklisted
Change-Id: I6321b612f37bca7b441171814b059eaad03d9f24
Instead of the neutron commands in the form neutron l2-gateway-<command>
and neutron l2-gateway-connection-<command> introduce the osc form:
openstack l2gw <command> and openstack l2gw connection <command>.
Change-Id: I3ad1c6fdde9c3cfc8732680f130fbd6420d98c53
Closes-Bug: #1755435
By removing explicit addCleanup calls.
and also change import '_' from neutronclient.i18n import _
to networking_l2gw._i18n import _.
Change-Id: I2001c0d0b00410188942c02f7b8b43d3d2fd5b22
Closes-Bug: 1608389
This contains l2gateway cli using neutronclient extension.
CLIs to create/update/delete/show/list l2-gateway and
create/delete/list/show l2-gateway-connection are
implemented.
Change-Id: I46f655ef1d7b645c0e582397c22c3b8c4e01d0f0
Replacing ":" with "|" to seperate interface-name and
segmentation-id in l2-gateway-create and l2-gateway-update
CLIs.Help text is also changed.
Change-Id: I30a7bea26905df72c1864f1f5d3ded6c3b355977
L2gateway create command is enhanced to create l2gateway with
devices having multiple interfaces and segmentation id.
Some other changes are also made to syn it with rest-apis
in spec.
Change-Id: Ia5175f8887353de906c7abcbfa44dd7d0c65e72b
This is a code for l2-gateway-client. Create/Update/Delete/List/Show CLIs for
l2gateway and l2-gateway-connection are implemented here.
Minor tweak to the requirements was needed to get the package to install
correctly and versioned to the tag we expect.
Change-Id: I1c722643b63a523670862a6c804b19b0b6bac585