From 6a61aa9fec415388da9556bcd88919684d9c8923 Mon Sep 17 00:00:00 2001 From: Luo Kexue Date: Tue, 29 Aug 2017 17:09:41 +0800 Subject: [PATCH] doc: move glance_api_version option to the right place Signed-off-by: Luo Kexue --- doc/rbd/rbd-openstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst index db520280882..750e2dc47ef 100644 --- a/doc/rbd/rbd-openstack.rst +++ b/doc/rbd/rbd-openstack.rst @@ -292,6 +292,7 @@ specify the pool name for the block device. On your OpenStack node, edit [DEFAULT] ... enabled_backends = ceph + glance_api_version = 2 ... [ceph] volume_driver = cinder.volume.drivers.rbd.RBDDriver @@ -302,7 +303,6 @@ specify the pool name for the block device. On your OpenStack node, edit rbd_max_clone_depth = 5 rbd_store_chunk_size = 4 rados_connect_timeout = -1 - glance_api_version = 2 If you are using `cephx authentication`_, also configure the user and uuid of the secret you added to ``libvirt`` as documented earlier::