Mark floating-IP auto-assignment as disabled also with Neutron

Neutron does not implement the feature right now, so using Neutron
is like using Nove-Network with auto-assignment disabled.

See the Neutron spec at:
https://blueprints.launchpad.net/neutron/+spec/auto-associate-floating-ip

Change-Id: If8bbd8adb69bf03649f6c61a6bc9f560a9913fbc
This commit is contained in:
Luigi Toscano 2014-07-24 18:43:59 +02:00
parent 9d2e29eb3b
commit 5afd4fcab5
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ using the following command:
SAHARA_USE_NEUTRON = True
..
If you are using Nova-Network with ``auto_assign_floating_ip=False`` add
If you are using Nova-Network with ``auto_assign_floating_ip=False`` or Neutron add
the following parameter:
.. sourcecode:: python

View File

@ -79,7 +79,7 @@ approach see :doc:`/horizon/dev.environment.guide`
SAHARA_USE_NEUTRON = True
..
If you are using Nova-Network with ``auto_assign_floating_ip=False`` add
If you are using Nova-Network with ``auto_assign_floating_ip=False`` or Neutron add
the following parameter:
.. sourcecode:: python