c07068a4d3e50af30421f6c446665d0b10cd7754
This addresses failures for neutronclient's functional job of
advanced services. VPNaaS is no longer maintained and thus it
makes sense to stop gating against it. Hook and tests are kept
for local development and in case things will resurrect back
to life.
This patch also makes extension functional tests conditional to
the presence of the extension under test.
Closes-bug: #1645819
Conflicts:
neutronclient/tests/functional/base.py
Change-Id: I17ab8accaa943b9ac04893b5e131be0afe0f5429
(cherry picked from commit a0f15a84d7)
Python bindings to the Neutron API
This is a client library for Neutron built on the Neutron API. It
provides a Python API (the neutronclient module) and a
command-line tool (neutron).
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Developer's Guide
Description