From 9d4f842b05f65f198b797d2db68de1035734df14 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Thu, 20 Jul 2017 14:51:51 +0800 Subject: [PATCH] Add cinder client keyring requirements for external ceph in nova Base on patch I01c9ed80843d98305b8963894c4917c21a35d3ac, cinder client keyring is required for nova libvirt. Closes-Bug: #1705116 Change-Id: Ic727ce01e3bc9310e067df377a34b7f938482afa --- doc/external-ceph-guide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/external-ceph-guide.rst b/doc/external-ceph-guide.rst index 18f388b74e..232c006cef 100644 --- a/doc/external-ceph-guide.rst +++ b/doc/external-ceph-guide.rst @@ -166,12 +166,13 @@ It is important that the files are named ceph.client*. Nova ------ -Put ceph.conf and keyring file into ``/etc/kolla/config/nova``: +Put ceph.conf, nova client keyring file and cinder client keyring file into +``/etc/kolla/config/nova``: :: $ ls /etc/kolla/config/nova - ceph.client.nova.keyring ceph.conf + ceph.client.cinder.keyring ceph.client.nova.keyring ceph.conf Configure nova-compute to use Ceph as the ephemeral back end by creating ``/etc/kolla/config/nova/nova-compute.conf`` and adding the following