From 383971c6b524b2a9997bfd4341cb9528dc225149 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 23 Aug 2015 10:30:58 +0200 Subject: [PATCH] Change URL to End User Guide The location of the content has changed on docs.openstack.org, adjust URL. Implements blueprint redesign-docs-site Change-Id: Ib30ea987d950bcec693f0d3d906602eca84b0719 --- etc/metadefs/compute-instance-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/metadefs/compute-instance-data.json b/etc/metadefs/compute-instance-data.json index a29af79d..a419c798 100644 --- a/etc/metadefs/compute-instance-data.json +++ b/etc/metadefs/compute-instance-data.json @@ -16,7 +16,7 @@ "properties": { "img_config_drive": { "title": "Config Drive", - "description": "This property specifies whether or not Nova should use a config drive when booting the image. Mandatory means that Nova will always use a config drive when booting the image. OpenStack can be configured to write metadata to a special configuration drive that will be attached to the instance when it boots. The instance can retrieve any information from the config drive. One use case for the config drive is to pass network configuration information to the instance. See also: http://docs.openstack.org/user-guide/content/config-drive.html", + "description": "This property specifies whether or not Nova should use a config drive when booting the image. Mandatory means that Nova will always use a config drive when booting the image. OpenStack can be configured to write metadata to a special configuration drive that will be attached to the instance when it boots. The instance can retrieve any information from the config drive. One use case for the config drive is to pass network configuration information to the instance. See also: http://docs.openstack.org/user-guide/cli_config_drive.html", "type": "string", "enum": [ "optional",