diff options
author | jichen <jichenjc@cn.ibm.com> | 2018-04-13 11:11:49 +0800 |
---|---|---|
committer | jichen <jichenjc@cn.ibm.com> | 2018-04-16 11:36:27 +0800 |
commit | 92bce2558f4c742af93778389bae412c78423a0f (patch) | |
tree | 44ff54f0a7ea7818bf86aea453d4d2df355d3649 /api-guide | |
parent | 35e9c2bccfc00c1dc8ecbb4996717fc3f7bc36bf (diff) | |
download | nova-92bce2558f4c742af93778389bae412c78423a0f.tar.gz |
Add config drive link to api-guide
link api-guide to doc of nova.
Removed the TODO.
Change-Id: Ib7b9453535b43e5c5cec6ee252a5790fc278f0c0
Diffstat (limited to 'api-guide')
-rw-r--r-- | api-guide/source/server_concepts.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index d68d3d9c70..efa104b76f 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 <https://docs.openstack.org/nova/latest/user/config-drive.html>`_. User data --------- |