From 92bce2558f4c742af93778389bae412c78423a0f Mon Sep 17 00:00:00 2001 From: jichen Date: Fri, 13 Apr 2018 11:11:49 +0800 Subject: [PATCH] Add config drive link to api-guide link api-guide to doc of nova. Removed the TODO. Change-Id: Ib7b9453535b43e5c5cec6ee252a5790fc278f0c0 --- api-guide/source/server_concepts.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index d68d3d9c7079..efa104b76f99 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -890,7 +890,11 @@ address (169.254.169.254). For more details, see Config Drive ------------ -TODO +Nova is able to write metadata to a special configuration drive that attaches +to the server when it boots. The server can mount this drive and read files +from it to get information that is normally available through the metadata +service. For more details, see +`Config Drive `_. User data ---------