diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-10 18:38:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-10 18:38:33 +0000 |
commit | 748b18088106826dd9cc9a26d26e1aa359ff67b6 (patch) | |
tree | 604942cbeb7c790ba9cec1a131cb867e73c5bd65 /deploy/templates/virtual_environment/networks/fuel2.xml | |
parent | 737faf25aa743d54ae7f458f54d880d80aefcc6d (diff) | |
parent | dd0ec92635f3fe60a170be094f4148542372b7e6 (diff) |
Merge "Provide access to mgmt network from host level"
Diffstat (limited to 'deploy/templates/virtual_environment/networks/fuel2.xml')
-rw-r--r-- | deploy/templates/virtual_environment/networks/fuel2.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/templates/virtual_environment/networks/fuel2.xml b/deploy/templates/virtual_environment/networks/fuel2.xml index 615c92094..558788664 100644 --- a/deploy/templates/virtual_environment/networks/fuel2.xml +++ b/deploy/templates/virtual_environment/networks/fuel2.xml @@ -1,5 +1,6 @@ <network> <name>fuel2</name> <bridge name='fuel2' stp='on' delay='0'/> + <ip address='192.168.0.254' netmask='255.255.255.0'/> </network> |