James Arendt a150ce000d Add Neutron flavor framework CLI
Provide command line control of Neutron flavor framework resources,
adding the following:
  flavor-create
  flavor-delete
  flavor-list
  flavor-show
  flavor-update
  flavor-profile-create
  flavor-profile-delete
  flavor-profile-list
  flavor-profile-show
  flavor-profile-update
as well as ability to manipulate flavor to profile associations:
  flavor-associate
  flavor-disassociate

Change to the '--enabled {True,False}' syntax.

Bump up unit test coverage.

ApiImpact
DocImpact
Implements: blueprint neutron-flavor-framework
Change-Id: I0d73c8de223659071eb305d8bd1c699aefaeeb89
2015-11-06 15:37:56 -08:00
2014-01-27 16:56:49 +02:00
2013-11-28 22:31:43 +08:00
2012-01-18 09:39:25 +11:00
2015-03-06 22:51:31 +00:00
2013-11-11 11:29:58 -08:00
2012-01-18 09:39:25 +11:00
2013-06-01 10:08:50 +02:00
2015-01-07 09:47:21 +01:00
2015-09-17 12:16:54 +00:00
2015-09-23 09:28:06 -04:00

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).

Development takes place via the usual OpenStack processes as outlined in the developer guide.

Description
OpenStack Networking (Neutron) Client
Readme 39 MiB
Languages
Python 100%