[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
This commit is contained in:
James Denton 2019-05-22 07:27:47 -04:00 committed by James Denton
parent b23fc0b7cf
commit 9be0ff0bce

View File

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