Add howto steps to enable meta service

Change-Id: I8f4637c3b771f8bf53f1861d64c1a19c8c50f991
Closes-bug: #1535334
This commit is contained in:
Yuli 2016-02-16 14:06:53 +02:00
parent 831120aee6
commit b0e5109015

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:
-----------------------