Merge "Add user data into general concept"

This commit is contained in:
Jenkins 2015-12-04 09:07:34 +00:00 committed by Gerrit Code Review
commit f2f6017f7b
1 changed files with 11 additions and 0 deletions

View File

@ -86,6 +86,17 @@ several key concepts:
reason. Such a separation is possible in Nova if an admin carefully sets up
availability zones for that, but it is not the default.
- **User data**
A user data file is a special key in the metadata service that holds a file
that cloud-aware applications in the server can access.
Nova has two ways to send user data to the deploying instance, one is by
metadata service to let server able to connect to its metadata through
a predefined ip address (169.254.169.254), then other is to use config
drive which will wrap metadata into a iso9660 or vfat format disk so that
the new deployed server can consume it by active engines such as cloud-init
during its boot process.
Networking Concepts
-------------------