Add the lost component when in installation

Change-Id: I88b261be4a421c53dfadcd5ea9291fd4c569b344
This commit is contained in:
wangkuntian 2022-11-10 10:07:58 +08:00
parent 5bb85f6d3d
commit 0743b6ec7b
1 changed files with 6 additions and 3 deletions

View File

@ -175,11 +175,14 @@ Install and configure components
::
# yum install openstack-senlin-engine.noarch \
openstack-senlin-api.noarch openstack-senlin-common.noarch \
# yum install openstack-senlin-api.noarch \
openstack-senlin-common.noarch \
openstack-senlin-conductor.noarch \
openstack-senlin-engine.noarch \
openstack-senlin-health-manager.noarch \
python3-senlinclient.noarch
2. Edit file :file:`/etc/senlin/senlin.conf` according to your system settis. The most common options to be customized include:
2. Edit file :file:`/etc/senlin/senlin.conf` according to your system settings. The most common options to be customized include:
::