From d43f88fdbcbc673b508845e18a9a422a21fb9ae3 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Wed, 30 Aug 2017 12:04:38 +0200 Subject: [PATCH] Add doc note for glance-api container Due this change [1] marked doc impact for start only one glance-api when file backed is used, this change adds a note in multinode guide to notify users about this behaviour. [1] https://review.openstack.org/#/c/448654/ Closes-Bug: #1706901 Change-Id: I7d5a3bea00d3f0ee990b0f23acea4d269a92b377 --- doc/multinode.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/multinode.rst b/doc/multinode.rst index 435ee3e621..75c671fd72 100644 --- a/doc/multinode.rst +++ b/doc/multinode.rst @@ -188,6 +188,12 @@ Deploying Kolla ``keepalived_virtual_router_id``. The ``keepalived_virtual_router_id`` should be unique and belong to the range 0 to 255. +.. note:: + + If glance is configured to use ``file`` as backend, only one ``glance_api`` + container will be started. ``File`` is enabled by default when no other + backend is specified in globals.yml + First, check that the deployment targets are in a state where Kolla may deploy to them: