From 434483a76de1ae9a40306f5116a9659293e66458 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Tue, 13 Jun 2017 13:52:12 -0700 Subject: [PATCH] [Docs] Fix path to example config file Change-Id: I3cdea18993c884e8a53a07009b4e78d3dd2901a1 --- doc/source/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configure.rst b/doc/source/configure.rst index 76585f7..f0e6b1b 100644 --- a/doc/source/configure.rst +++ b/doc/source/configure.rst @@ -6,4 +6,4 @@ configuration that provides URLs for endpoints and credentials for those endpoints. The following example provides configuration details for various OpenStack services: -.. literalinclude:: ../../tests/files/test-openstack.ini +.. literalinclude:: ../../etc/openstack.ini