JIRA: COMPASS-100
- using service instead of glance-control
Change-Id: I659e7de13e0fd8440bbe56557c8f0776e46becc0
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
---
- name: modify glance-api.conf for ceph
- shell: ssh -o StrictHostKeyChecking=no {{ item }} -t "sed -i 's/^\(default_store\).*/\1 = rbd/' /etc/glance/glance-api.conf && sed -i '/^\[glance_store/a stores = rbd\nrbd_store_pool = images\nrbd_store_user = glance\nrbd_store_ceph_conf = /etc/ceph/ceph.conf\nrbd_store_chunk_size = 8\nshow_image_direct_url=True' /etc/glance/glance-api.conf && glance-control api restart"
+ shell: ssh -o StrictHostKeyChecking=no {{ item }} -t "sed -i 's/^\(default_store\).*/\1 = rbd/' /etc/glance/glance-api.conf && sed -i '/^\[glance_store/a stores = rbd\nrbd_store_pool = images\nrbd_store_user = glance\nrbd_store_ceph_conf = /etc/ceph/ceph.conf\nrbd_store_chunk_size = 8\nshow_image_direct_url=True' /etc/glance/glance-api.conf && service {{ glance_service }} restart"
with_items:
- "{{ groups['controller'] }}"
tags:
cinder_service: cinder-volume
nova_service: nova-compute
+glance_service: glance-api
cinder_service: openstack-cinder-volume
nova_service: openstack-nova-compute
+glance_service: openstack-glance-api