Minor fixes in deploy-config.yaml style and doc
This commit is contained in:
parent
ba5466cacf
commit
569d0081d3
2 changed files with 6 additions and 4 deletions
|
@ -39,7 +39,7 @@ Deployment on a lab
|
|||
* Login to master node and sudo to root:
|
||||
|
||||
```bash
|
||||
vagrant ssh $USER-k8s-01
|
||||
vagrant ssh $USER-k8s-00
|
||||
sudo su -
|
||||
```
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
configs:
|
||||
public_interface: eth1
|
||||
private_interface: eth2
|
||||
neutron_external_interface: eth3
|
||||
public_interface: "eth1"
|
||||
private_interface: "eth2"
|
||||
neutron_external_interface: "eth3"
|
||||
neutron_logging_debug: "true"
|
||||
neutron_plugin_agent: "openvswitch"
|
||||
|
|
Loading…
Reference in a new issue