From 85b52526d7974917dd024c206d8f78bfb90b5ce8 Mon Sep 17 00:00:00 2001 From: Kafilat Adeleke Date: Fri, 16 Oct 2020 23:47:18 -0700 Subject: [PATCH] corrects typo in cp command The command: cp etc/osloconfig-generator/barbican.conf /etc/ barbican/barbican.conf Should be: cp etc/oslo-config-generator/barbican.conf /etc/ barbican/barbican.conf Change-Id: If35e0278f53b3efb0f1396e831325a9160b2980e Story: #2008238 Task: #41081 --- doc/source/contributor/dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/dev.rst b/doc/source/contributor/dev.rst index 8a83bfd6a..01189047e 100644 --- a/doc/source/contributor/dev.rst +++ b/doc/source/contributor/dev.rst @@ -73,7 +73,7 @@ source code assume that you'll be using ``/etc/barbican/`` for configuration and sudo chown $(whoami) /var/lib/barbican cp -r etc/barbican /etc tox -e genconfig - cp etc/osloconfig-generator/barbican.conf /etc/barbican/barbican.conf + cp etc/oslo-config-generator/barbican.conf /etc/barbican/barbican.conf sed -i 's/\/v1: barbican-api-keystone/\/v1: barbican_api/' /etc/barbican/barbican-api-paste.ini All the locations are configurable, so you don't have to use ``/etc`` and