From ece1371099d31203b58b01c00e540fd016b2ddcd Mon Sep 17 00:00:00 2001 From: caowei Date: Mon, 7 Nov 2016 22:43:00 +0800 Subject: [PATCH] Update usage.rst * add swift_bank_plugin in openstack-infra.conf. * fix output instruction of karbor protectable-list. Change-Id: I3f5f4ced081f31366ba772febf6ec8fbc7672dc7 --- doc/source/usage.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 998178f1..0e8a7b85 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -25,6 +25,11 @@ This example will show protecting volume. swift_key=123456 swift_tenant_name=admin + [swift_bank_plugin] + lease_expire_window=120 + lease_renew_window=100 + lease_validity_window=100 + #. To use cinder or karbor client, we should provide Keystone authentication @@ -66,6 +71,7 @@ This example will show protecting volume. | Protectable type | +-----------------------+ | OS::Cinder::Volume | + | OS::Glance::Image | | OS::Keystone::Project | | OS::Nova::Server | +-----------------------+