Merge "Fix broken nova-compute/nova-libvirt"

This commit is contained in:
Jenkins 2016-01-06 00:32:25 +00:00 committed by Gerrit Code Review
commit 526c5a9e67

View File

@ -137,8 +137,9 @@ project_name = service
username = nova username = nova
password = {{ nova_keystone_password }} password = {{ nova_keystone_password }}
{% if enable_ceph | bool %}
[libvirt] [libvirt]
connection_uri = "qemu+tcp://{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}/system"
{% if enable_ceph | bool %}
images_type = rbd images_type = rbd
images_rbd_pool = {{ ceph_nova_pool_name }} images_rbd_pool = {{ ceph_nova_pool_name }}
images_rbd_ceph_conf = /etc/ceph/ceph.conf images_rbd_ceph_conf = /etc/ceph/ceph.conf