Enable network operations over neutron private nets

Enables communication between the savanna api server and the spawned
VMs over the specific network namespace associated with the selected
network.  The SSH and HTTP communication will be conducted over
netcat based subprocesses.  This feature is enabled when the
configuration indicates that neutron networking is enabled while
the use of public IPs is set to false.

Implements blueprint neutron-private-net-provisioning

Change-Id: I61d61a7ef6eccb04274549883dde489641d1da9b
This commit is contained in:
Jon Maron 2013-10-21 15:07:26 -04:00
parent 2f6c98a0ef
commit 1be6d36f18
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ python-cinderclient>=1.0.5
python-keystoneclient>=0.3.2
python-novaclient>=2.15.0
python-swiftclient>=1.5
python-neutronclient>=2.3.0,<3
six>=1.4.1
SQLAlchemy>=0.7.8,<=0.7.99
WebOb>=1.2.3,<1.3