Merge "standalone: switch default NeutronPublicInterface to br-ex"

This commit is contained in:
Zuul 2018-06-17 07:17:13 +00:00 committed by Gerrit Code Review
commit a4603ac01e
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Role Variables
- standalone_config: <'standalone_config.yaml.j2'> -- jinja template of the deployment configuration
- standalone_network: <'192.168.24'> -- First three octets of the network used
- standalone_ip: <'192.168.24.1'> -- The IP address of the standalone deployment
- standalone_interface: <'eth1'> -- The interface for the standalone deployment
- standalone_interface: <'br-ex'> -- The interface for the standalone deployment
- standalone_deploy_script: <'standalone.sh.j2'> -- The script name use to deploy the standalone server
- standalone_deploy_log: <'standalone_deploy.log'> -- The log of the deployment
@ -25,4 +25,4 @@ Role Variables
Dependencies
------------
The dependencies documented for TripleO Quickstart and TripleO
The dependencies documented for TripleO Quickstart and TripleO

View File

@ -2,7 +2,7 @@
standalone_config: standalone_config.yaml.j2
standalone_network: 192.168.24
standalone_ip: 192.168.24.1
standalone_interface: eth1
standalone_interface: br-ex
# deploy script
standalone_deploy_script: standalone.sh.j2