Commit Graph

16 Commits

Author SHA1 Message Date
wangkuntian 0743b6ec7b Add the lost component when in installation
Change-Id: I88b261be4a421c53dfadcd5ea9291fd4c569b344
2022-11-10 10:18:08 +08:00
LinPeiWen 19c30d86ba Delete unavailable py2 package
The openstack Ussuri and Victoria versions no longer support the
Centos7 and pyrhon2 environment packages. Correct the missing
problems in the latest document

Change-Id: Ie17133b86f421868cddca46c29225d51ae671594
2021-04-26 07:44:15 +00:00
“miaoyuliang” 1bace4641d Update error in install-rdo.rst and update default port
Nova placement use port 8778, to avoid confusion, Update
senlin default port from  8778 to 8777. And update
spelling mistakes in install-rdo.rst

Change-Id: I342b1badf3910ea07ea64523cdb8a19a8a0ccb06
2020-09-26 00:31:31 +00:00
Erik Olof Gunnar Andersson 54997a14ea Split engine service into three services
This patch splits the engine into 3 services, conductor, engine and
health-manager.

The goal here is to make the engine more resilent by isolating the
pieces.

Before this patch each Engine worker could potentially be running many
thousands of threads and multiple thread groups, starving the process.
After this change each process would be limited to a single thread
group of 1000 threads, and more predictable and balanced workloads.

* Added two new services.
* Added workers opt to conductor and health manager.
* Merged Thread Group Manager into Engine Service code.

Change-Id: Id4a27ba934dc9777f7ae5b4d7d0a751318ea7877
2019-11-04 11:36:56 -08:00
Duc Truong 074ee9f7fe Fix keystone_authtoken config in docs
The keystone_authtoken configuration in the installatiion documentation
are incorrect.  Updated the documentation to use correct values that
work in devstack for senlin.

Change-Id: I9ee7e6c9d5e8e86dcefd459599ebee5f151a612a
Closes-Bug: #1834515
2019-06-28 18:12:31 +00:00
Zuul 4747fc634d Merge "Optimise the process of verify" 2018-07-16 15:09:59 +00:00
caoyuan b17dc7da80 Optimise the process of verify
Change-Id: I94621c383e6d56bedf108b2f013530d5794592f7
2018-07-15 04:43:26 +00:00
Duc Truong 452d71c7cd Fix doc format errors
This fixes all the documentation formatting errors detected by sphinx
when running the docs tox environment.

The change in conf.py is needed to suppress the unknown option warning
documented in [1] and [2]

[1] https://groups.google.com/forum/#!topic/sphinx-users/6F_EJUEA2f8
[2] https://github.com/sphinx-doc/sphinx/issues/2229

Change-Id: Ib209fa9db7d2d896a34c54919afa396044ad29b7
2018-07-12 17:44:36 +00:00
caoyuan 32242332bc Update auth_url in install docs
Beginning with the Queens release, the keystone install guide
recommends running all interfaces on the same port. This patch
updates the install guide to reflect that change.

Change-Id: I8e77f1f8a98bcda81308504676fad74f9194bddf
2018-05-13 00:06:57 +08:00
caoyuan f2384d6375 Update auth_uri option to www_authenticate_uri
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: I2ef330d7f9b632e9a81d22a8edec3c88eb532ff5
2018-04-11 21:04:32 +08:00
chenpengzi 50af7186dd Update mysql connection
Change-Id: Ib1de604304e8e78ebc22866a87c9a07666c658b3
2018-02-12 11:45:45 +08:00
Yuanbin.Chen cdf32280fc Change Senlin Install documents
Separated devstack and manual installation.
Senlin in pike version support rdo install.
Add a new install way, use rdo install.

This url record senlin pike rpm address:
http://mirror.centos.org/centos/7/cloud/x86_64/openstack-pike/

This url record senlin rdo service address:
https://github.com/rdo-packages/senlin-distgit

Change-Id: I689862a0bc1b38d3e5f76f4eb237596bbf75f81d
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-01-16 17:47:03 +08:00
Guo Shan 022c7cb537 Correct indent in doc
Incorrect indent in doc cause wrong front format.

Change-Id: I6b61e4e5ba13f9e426f8f2f1c3549931556e2bd9
2017-11-08 17:42:46 +08:00
Dai Dang Van 4928a74a7d Implement policy in code - reno and doc (end)
- Add release note for supporting policy in code [1].
- Add documentation about policy file.

[1] https://governance.openstack.org/tc/goals/queens/policy-in-code.html

Change-Id: I6c05af32240f4a7484043a7da38d346fcffd04f3
Co-authored-By: Hieu LE <hieulq@vn.fujitsu.com>
2017-10-20 09:59:23 +00:00
chao liu 752619c2e3 writing convention set to use "." to source script files
refer to:
https://docs.openstack.org/contributor-guide/writing-style/ \
code-conventions.html

Change-Id: I254366eebb8cf7606d64655b36187585e5efee66
2017-08-28 01:32:28 +00:00
tengqm 3f8aa68731 Fix documentation structure to please TC
Change-Id: Iaa1c2e639771d757c0d93ae1406701aac5fb46d8
2017-07-13 04:19:32 -04:00