diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-07 16:02:46 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-07 16:02:46 +0000 |
commit | fd54aa95a3953512b08cd8ed138f89647895f6f6 (patch) | |
tree | bb76f84348a89784c3f53766ae24377c7fb49294 /environments | |
parent | 5883da64d7980b60fcd2b2a6db9b77097f27afb9 (diff) | |
parent | 664df3372d9b922c08a1e893ee49632613cbcc6b (diff) |
Merge "Allow to enable IPv6 on Corosync"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/network-isolation-v6.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/network-isolation-v6.yaml b/environments/network-isolation-v6.yaml index 8a3d806e..d1d0818e 100644 --- a/environments/network-isolation-v6.yaml +++ b/environments/network-isolation-v6.yaml @@ -43,6 +43,8 @@ resource_registry: OS::TripleO::BlockStorage::Ports::StorageMgmtPort: ../network/ports/storage_mgmt_v6.yaml parameter_defaults: + # Enable IPv6 for Corosync. This is required when Corosync is using an IPv6 IP in the cluster. + CorosyncIPv6: True # Enable IPv6 for MongoDB. This is required when MongoDB is using an IPv6 IP. MongoDbIPv6: True # Enable various IPv6 features in Nova. |