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:
parent
9d2e29eb3b
commit
5afd4fcab5
@ -93,7 +93,7 @@ using the following command:
|
|||||||
SAHARA_USE_NEUTRON = True
|
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:
|
the following parameter:
|
||||||
|
|
||||||
.. sourcecode:: python
|
.. sourcecode:: python
|
||||||
|
@ -79,7 +79,7 @@ approach see :doc:`/horizon/dev.environment.guide`
|
|||||||
SAHARA_USE_NEUTRON = True
|
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:
|
the following parameter:
|
||||||
|
|
||||||
.. sourcecode:: python
|
.. sourcecode:: python
|
||||||
|
Loading…
Reference in New Issue
Block a user