diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-06 12:16:35 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-06 12:16:35 +0000 |
commit | 45327bc18712b90d00a8ae0d61df210f46ec3376 (patch) | |
tree | 1cb28b6f194e909dac8d38cbeb798909d5440c69 /puppet/compute-puppet.yaml | |
parent | 70148d3fd4f063efc7d9ea0f9a4506fa57575dc4 (diff) | |
parent | 5965f7ab6cc60105e614d32ef2bb29205d81237d (diff) |
Merge "Map NovaEnableRbdBackend to ephemeral_storage from nova::compute::rbd"
Diffstat (limited to 'puppet/compute-puppet.yaml')
-rw-r--r-- | puppet/compute-puppet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/compute-puppet.yaml b/puppet/compute-puppet.yaml index 7e49bc22..afe85d18 100644 --- a/puppet/compute-puppet.yaml +++ b/puppet/compute-puppet.yaml @@ -351,7 +351,7 @@ resources: nova::compute::libvirt::libvirt_virt_type: {get_input: nova_compute_libvirt_type} nova_api_host: {get_input: nova_api_host} nova::compute::vncproxy_host: {get_input: nova_public_ip} - nova_enable_rbd_backend: {get_input: nova_enable_rbd_backend} + nova::compute::rbd::ephemeral_storage: {get_input: nova_enable_rbd_backend} nova_password: {get_input: nova_password} nova::compute::vncserver_proxyclient_address: {get_input: nova_vnc_proxyclient_address} ceilometer::debug: {get_input: debug} |