From ed63f8e76821024a08ebc36d0223a0871af07d7f Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Tue, 2 Jun 2015 12:33:42 +0100 Subject: [PATCH] Update the config drive doc to replace deprecated value Supported values for the force_config_drive configuration option in Nova are "always", "True" and "False", although "always" is deprecated in Liberty [1]. This patch updates the value in our documentation from "always" to "True" which is the right value in the long run. [1] https://review.openstack.org/#/c/156153/ Change-Id: I6005f058873b0b00991f43262bd48a796ee97d69 --- doc/source/deploy/install-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index e81c33ce31..e52d3071c3 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -1530,7 +1530,7 @@ create a configuration drive by setting the following option in the [DEFAULT] ... - force_config_drive=always + force_config_drive=True When used standalone