diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-06 14:10:51 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-06 14:10:51 +0000 |
commit | 512e953f3c8df27d0a686e43f950fd2d457933bc (patch) | |
tree | 5477543a32244cdc8192e55e03caa4c344f5a5fd /environments | |
parent | ef91a6d32f22e5c7a1eb420c14b4a9491f33e494 (diff) | |
parent | 80be9ef0806328ee597ab39847f038b973bb006c (diff) |
Merge "Document IPv6 syntax for GlanceFilePcmkDevice"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/storage-environment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/storage-environment.yaml b/environments/storage-environment.yaml index e1cafd2b..da33acfd 100644 --- a/environments/storage-environment.yaml +++ b/environments/storage-environment.yaml @@ -34,6 +34,8 @@ parameter_defaults: ## File system type of the mount # GlanceFilePcmkFstype: nfs ## Pacemaker mount point, e.g. '192.168.122.1:/export/glance' for NFS + ## (If using IPv6, use both double- and single-quotes, + ## e.g. "'[fdd0::1]:/export/glance'") # GlanceFilePcmkDevice: '' ## Options for the mount managed by Pacemaker # GlanceFilePcmkOptions: '' |