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
This commit is contained in:
parent
49de1a9d34
commit
85b52526d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user