From cbe43d504cf1526aad20ddb9cb21efc8a80b6a0e Mon Sep 17 00:00:00 2001 From: "Amy Marrich (spotz)" Date: Sun, 13 Aug 2017 19:41:16 -0500 Subject: [PATCH] Clarification of the openstack_user_config.yml.example Clarified the information in configure.rst in regards to openstack_user_config.yml.example Change-Id: Iba9aa6ec2505d32e8330a788b75544dee54b2c79 Closes-Bug: #1703621 --- deploy-guide/source/configure.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy-guide/source/configure.rst b/deploy-guide/source/configure.rst index 90108b06eb..d6f92be02d 100644 --- a/deploy-guide/source/configure.rst +++ b/deploy-guide/source/configure.rst @@ -50,6 +50,11 @@ these services include databases, Memcached, and RabbitMQ. Several other host types contain other types of containers, and all of these are listed in the ``openstack_user_config.yml`` file. +Some services, such as glance, heat, horizon and nova-infra, are not listed +individually in the example file as they are contained in the os-infra hosts. +You can specify image-hosts or dashboard-hosts if you want to scale out in a +specific manner. + For examples, please see :ref:`test-environment-config`, :ref:`production-environment-config`, and :ref:`pod-environment-config`