OpenStack Networking (Neutron) Client
449a1f7d13
This patch introduces the client bindings for the trunk extension. It uses the openstackclient framework, and thus requires the openstack client to work. New commands introduced are as follows: "openstack network trunk create" to create a trunk. "openstack network trunk set" to update/add subports to a trunk. "openstack network trunk unset" to remove subports from trunk. "openstack network trunk list" to list all trunks. "openstack network trunk delete" to delete trunks. "openstack subport list --trunk <name>" to list all subports belonging to a trunk. DocImpact: Openstackclient now supports CLIs to configure trunk resource via OSC plugin for neutronclient Change-Id: I6fe1dbd81813fae234801a61c0e3d89f9e7c791e Co-authored-by: SongmingYan <yan.songming@zte.com.cn> Co-authored-by: Abhishek Raut <rauta@vmware.com> Partial-implements: blueprint vlan-aware-vms |
||
---|---|---|
doc/source | ||
neutronclient | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
neutron_test.sh | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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