Merge "Add howto steps to enable meta service"

This commit is contained in:
Jenkins 2016-02-17 12:56:49 +00:00 committed by Gerrit Code Review
commit 8ed8f87615
1 changed files with 16 additions and 0 deletions

View File

@ -53,7 +53,23 @@ DHCP configuration (mixed IPv4/IPv6 or pure IPv6):
use_centralized_ipv6_DHCP=True
Meta data and cloud init
------------------------
In order to enable the VMs to get configuration like public keys,
hostnames, etc.. you need to enable meta service. You can do it
by adding the following lines to local.conf file (before running
'stack.sh' command):
enable_service q-meta
enable_service q-dhcp
For the meta service to work correctly, another "hidden" service
must be started. It is called meta-service-proxy and it is
used to forward meta data client requests to real meta service.
By default, it is started by regular q-dhcp service for each tenant.
As a result 'q-meta' and 'q-dhcp' services must be enabled.
Database configuration:
-----------------------