Browse code

Neutron: Clean up documentation typo

Remove duplicate SERVICE_HOST and MYSQL_HOST settings in the
examples.

Change-Id: I0e102b671f03ccb183d30ec6a762d00ebcf1e4b5

John Kasperski authored on 2015/11/24 02:56:33
Showing 1 changed files
... ...
@@ -354,8 +354,6 @@ controller node.
354 354
         HOST_IP=10.0.0.2
355 355
         SERVICE_HOST=10.0.0.2
356 356
         MYSQL_HOST=10.0.0.2
357
-        SERVICE_HOST=10.0.0.2
358
-        MYSQL_HOST=10.0.0.2
359 357
         RABBIT_HOST=10.0.0.2
360 358
         GLANCE_HOSTPORT=10.0.0.2:9292
361 359
         PUBLIC_INTERFACE=eth1
... ...
@@ -397,7 +395,7 @@ would be a public IP address range that you or your organization has
397 397
 allocated to you, so that you could access your instances from the
398 398
 public internet.
399 399
 
400
-The following is the DevStack configuration on 
400
+The following is the DevStack configuration on
401 401
 compute node 1.
402 402
 
403 403
 ::
... ...
@@ -405,8 +403,6 @@ compute node 1.
405 405
         HOST_IP=10.0.0.3
406 406
         SERVICE_HOST=10.0.0.2
407 407
         MYSQL_HOST=10.0.0.2
408
-        SERVICE_HOST=10.0.0.2
409
-        MYSQL_HOST=10.0.0.2
410 408
         RABBIT_HOST=10.0.0.2
411 409
         GLANCE_HOSTPORT=10.0.0.2:9292
412 410
         ADMIN_PASSWORD=secrete