diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-07-21 14:42:04 +0200 |
---|---|---|
committer | David Blaisonneau <david.blaisonneau@orange.com> | 2016-07-21 14:42:15 +0200 |
commit | 7a92561598cc1f8fc1bf8149d84c3fbe9496be2a (patch) | |
tree | aa9c9967b7bac87e00b6949a925a2036f8cad1a1 | |
parent | 70d33614327d7d95f86c4b89b1b43988d513e6b6 (diff) |
[JOID] correct floating ip range for orange pod1
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
-rw-r--r-- | labconfig/orange/pod1/labconfig.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labconfig/orange/pod1/labconfig.yaml b/labconfig/orange/pod1/labconfig.yaml index 5adfe850..08e1735c 100644 --- a/labconfig/orange/pod1/labconfig.yaml +++ b/labconfig/orange/pod1/labconfig.yaml @@ -93,7 +93,7 @@ lab: address: 192.168.1.15 user: Administrator pass: pod1Admin - floating-ip-range: 10.0.2.2,10.0.2.254,10.0.2.1,10.0.2.0/24 + floating-ip-range: 10.0.2.5,10.0.2.254,10.0.2.1,10.0.2.0/24 ext-port: "eth1" dns: 192.168.1.1 osdomainname: pod1.opnfv.fr |