diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-13 08:52:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-13 08:52:19 +0000 |
commit | 21f8156390bfaba48f8427f5cda8515becf675b3 (patch) | |
tree | c3d9963d2806c931c401fea38a4c434dca11f17e | |
parent | 74a8ce5cac64c37a6baf6d62df0a21548a914c05 (diff) | |
parent | 9dfc1c8fe8867fd316e58f0809faf058480d9e7c (diff) |
Merge "Change naming for bridge in CentOS"
-rw-r--r-- | prototypes/puppet-infracloud/hiera/common.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/puppet-infracloud/hiera/common.yaml b/prototypes/puppet-infracloud/hiera/common.yaml index 7d6b44063..1fcde2f75 100644 --- a/prototypes/puppet-infracloud/hiera/common.yaml +++ b/prototypes/puppet-infracloud/hiera/common.yaml @@ -76,5 +76,5 @@ hosts: compute00.opnfvlocal: ip: 192.168.122.4 -# br-eth0 for debian, br-ens3 for RHEL +# br-eth0 for debian, br_ens3 for RHEL bridge_name: br-eth0 |