diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-06-23 08:55:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-06-23 08:55:58 +0000 |
commit | 81cc928ecae674b9c1806b406798cc5cccf5fe4b (patch) | |
tree | 36343e32977a2e0e439c434f8e6ed7446cfab846 /cinder-storage.yaml | |
parent | 4a1bc7459886c85d88749447d4179be686743630 (diff) | |
parent | 599dd5ad8da60e8870c69d50a0c587eadd1a00ad (diff) |
Merge "Add support for isolating block storage nets"
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r-- | cinder-storage.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cinder-storage.yaml b/cinder-storage.yaml index 47a97081..2b59607e 100644 --- a/cinder-storage.yaml +++ b/cinder-storage.yaml @@ -71,6 +71,10 @@ parameters: default: "9292" description: Glance port. type: string + GlanceProtocol: + default: http + description: Protocol to use when connecting to glance, set to https for SSL. + type: string KeyName: default: default description: Name of an existing EC2 KeyPair to enable SSH access to the instances @@ -109,6 +113,17 @@ parameters: Hostname: type: string default: '' # Defaults to Heat created hostname + ServiceNetMap: + default: {} + description: Mapping of service_name -> network name. Typically set + via parameter_defaults in the resource registry. + type: json + GlanceApiVirtualIP: + type: string + default: '' + MysqlVirtualIP: + type: string + default: '' resources: BlockStorage: |