API over the neutron service.
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 :param admin_state_up (optional): The administrative state of the
network, which is up (true) or down (false).
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 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 |