Add notes about the path of tacker commands

when we install tacker manually in CentOS, the default path of
console scripts such as tacker-db-manage/tacker-server would be
/usr/bin

Change-Id: If4035a058f06275427a2fe5f5a6e949310c13939
This commit is contained in:
liuyuanyuan 2018-10-22 15:30:40 +08:00
parent 16253a8509
commit dca933317b
1 changed files with 34 additions and 0 deletions

View File

@ -187,6 +187,19 @@ If you are using keystone v2 then,
OpenStack distribution in the keystone_authtoken section.
..
.. note::
The path of tacker-rootwrap varies according to the operating system,
e.g. it is /usr/bin/tacker-rootwrap for CentOS, therefore the configuration for
[agent] should be like:
.. code-block:: ini
[agent]
root_helper = sudo /usr/bin/tacker-rootwrap /usr/local/etc/tacker/rootwrap.conf
..
..
.. code-block:: ini
[DEFAULT]
@ -241,6 +254,13 @@ If you are using keystone v2 then,
9). Populate Tacker database:
.. note::
The path of tacker-db-manage varies according to the operating system,
e.g. it is /usr/bin/tacker-bin-manage for CentOS
..
.. code-block:: console
/usr/local/bin/tacker-db-manage --config-file /usr/local/etc/tacker/tacker.conf upgrade head
@ -326,6 +346,13 @@ Starting Tacker server
1).Open a new console and launch tacker-server. A separate terminal is
required because the console will be locked by a running process.
.. note::
The path of tacker-server varies according to the operating system,
e.g. it is /usr/bin/tacker-server for CentOS
..
.. code-block:: console
sudo python /usr/local/bin/tacker-server \
@ -339,6 +366,13 @@ Starting Tacker conductor
1).Open a new console and launch tacker-conductor. A separate terminal is
required because the console will be locked by a running process.
.. note::
The path of tacker-conductor varies according to the operating system,
e.g. it is /usr/bin/tacker-conductor for CentOS
..
.. code-block:: console
sudo python /usr/local/bin/tacker-conductor \