From 9be0ff0bcebc2e11483fed4018760cd66a26e32a Mon Sep 17 00:00:00 2001 From: James Denton Date: Wed, 22 May 2019 07:27:47 -0400 Subject: [PATCH] [DOCS] Replace env.d with conf.d in provnet_groups docs This patch corrects a typo related to the provider network groups documentation, replacing env.d with conf.d in the appropriate place. Change-Id: I1b1432c0fccae7a6a1718f2849bb9f3c089c4703 Closes-Bug: #1829900 --- doc/source/user/prod/provnet_groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/prod/provnet_groups.rst b/doc/source/user/prod/provnet_groups.rst index f8ebedddfb..835de66bac 100644 --- a/doc/source/user/prod/provnet_groups.rst +++ b/doc/source/user/prod/provnet_groups.rst @@ -137,7 +137,7 @@ hosts, and has been created at Define the group and its members in a corresponding file in ``/etc/openstack_deploy/conf.d/``. The following is an example of a group named ``custom2_hosts`` defined in -``/etc/openstack_deploy/env.d/custom2_hosts.yml`` consisting of a single +``/etc/openstack_deploy/conf.d/custom2_hosts.yml`` consisting of a single member, ``compute2``: .. code-block:: console