diff options
author | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-09-12 18:02:08 +0200 |
---|---|---|
committer | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-09-12 18:02:32 +0200 |
commit | 9dfc1c8fe8867fd316e58f0809faf058480d9e7c (patch) | |
tree | c50e287905bce86c7ed2c885011acb487ba2e379 | |
parent | ebeaa913386df4c9ebb0110ffdcd298540b1b4d5 (diff) |
Change naming for bridge in CentOS
Change-Id: I7a35a1222ce7524fbf74848daec68dfd57616026
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
-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 |