From e263a36a6c54667c9f8d5cf3edb0c30d0750eab2 Mon Sep 17 00:00:00 2001 From: csatari Date: Tue, 7 Mar 2017 11:02:11 +0100 Subject: [PATCH] Removal of config file copy from manual install The current setup.py install comand copies all config files to /etc/panko, so this step is not needed anymore in the manual install guide. Change-Id: I0f2886ffd08852712434a4257fb1797287cbc44a Signed-off-by: csatari --- doc/source/install/manual.rst | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index a36d27f5..0416ee3e 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -80,21 +80,12 @@ Installing the API Server $ cd panko $ sudo python setup.py install -3. Copy the sample configuration files from the source tree - to their final location:: - - $ mkdir -p /etc/panko - $ cp etc/panko/api_paste.ini /etc/panko - $ cp etc/panko/*.json /etc/panko - $ cp etc/panko/*.yaml /etc/panko - $ cp etc/panko/panko.conf.sample /etc/panko/panko.conf - -4. Create a service for panko in keystone:: +3. Create a service for panko in keystone:: $ openstack service create event --name=panko \ --description="Panko Service" -5. Create an endpoint in keystone for panko:: +4. Create an endpoint in keystone for panko:: $ openstack endpoint create $PANKO_SERVICE \ --region RegionOne \ @@ -109,7 +100,7 @@ Installing the API Server default port value for panko API is 8777. If the port value has been customized, adjust accordingly. -6. Choose and start the API server. +5. Choose and start the API server. Panko includes the ``panko-api`` command. This can be used to run the API server. For smaller or proof-of-concept