~james-page/charms/trusty/cinder/https-multi-network

« back to all changes in this revision

Viewing changes to templates/icehouse/cinder.conf

  • Committer: james.page at ubuntu
  • Date: 2014-10-01 22:07:44 UTC
  • mfrom: (45.1.1 cinder)
  • Revision ID: james.page@ubuntu.com-20141001220744-v35hu9iblt15phc7
Rebase and resync

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
rbd_user = {{ rbd_user }}
35
35
{% endif -%}
36
36
 
 
37
osapi_volume_listen = {{ bind_host }}
37
38
{% if osapi_volume_listen_port -%}
38
39
osapi_volume_listen_port = {{ osapi_volume_listen_port }}
39
40
{% endif -%}