API over the neutron service.
Bases: django.views.generic.base.View
API for getting default quotas for neutron
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 setting quotas of a given project.
Update a single project quota data.
The PATCH data should be an application/json object with the attributes to set to new quota values.
This method returns HTTP 204 (no content) on success.
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 |