API over the neutron service.
Bases: django.views.generic.base.View
API for neutron extensions.
Get a list of extensions.
The listing result is an object with property “items”. Each item is an extension.
Bases: django.views.generic.base.View
API for Neutron Networks
http://developer.openstack.org/api-ref-networking-v2.html
Get a list of networks for a project
The listing result is an object with property “items”. Each item is a network.
Create a network
Parameters: |
|
---|
Bases: django.views.generic.base.View
API for Neutron Ports http://developer.openstack.org/api-ref-networking-v2.html#ports
Get a list of ports for a network
The listing result is an object with property “items”. Each item is a subnet.
Bases: django.views.generic.base.View
API for Neutron agents
Get a list of agents
Bases: django.views.generic.base.View
API for Neutron SubNets http://developer.openstack.org/api-ref-networking-v2.html#subnets
Get a list of subnets for a project
The listing result is an object with property “items”. Each item is a subnet.
Create a Subnet for a given Network
Parameters: |
|
---|---|
Returns: | JSON representation of a Subnet |