Commit Graph

13 Commits

Author SHA1 Message Date
Erik Olof Gunnar Andersson 5814793806 Set enable_host_header in documentation
This is better practice and we should recommend
this value set in the install guides.

Host headers makes use of request host_url provided
by Flask, instead of relying on the hard-coded url in
the configuration.

Change-Id: I9fbb71acd063d2034190e773f69f7a80275b2f3c
2019-09-24 12:58:46 -07:00
Erik Olof Gunnar Andersson 88a8ba5d8b Add missing RabbitMQ configuration to install guides
Change-Id: Id7972ca5600a202bc885bf5cdb528b9e335e558d
2019-09-13 10:53:21 -07:00
Erik Olof Gunnar Andersson 005ecc87aa Standardizing install guides
Change-Id: Ifee7ad3e69b1e40d97ee620a567f1a18773de534
2019-09-05 19:31:49 -07:00
Erik Olof Gunnar Andersson 7cf35ad94f Updated install guide
* Added memcached to keystone section.
* Removed worker configuration as this is now default.

Change-Id: I809d16d119c1d03ac650e6f9328b72ce5c9d19ff
2019-09-05 09:44:07 -07:00
Erik Olof Gunnar Andersson 3429014cdb Fixed error in install guide
There is an error in the service:api section
of the documentation. Quotas and reports are
valid admin extensions and not v2 extensions.

In addition we also never actually enabled
the admin api.

Change-Id: I240a274d9129612596fe06798e8b29bd9159bd03
2019-09-04 19:49:00 +00:00
zhang.lei 180a7611f8 Remove -u root as mysql is executed with root user
As openstack installation guides suggest to run mysql with root shell
user, mysql will not ask for password, so the "-u root -p" is useless.

Change-Id: I245b8969ec58de91b7d21267bbdf4273d572c8d2
Related-Bug: #1785025
2018-08-19 14:21:57 +00:00
Nguyen Van Trung 063fb8661b Allow to check pep8 along with D000
This patch only setup package dependency which named Pygments
for this test. Pygments also exist item in lower-contraints.txt
which does not setup along with tox env.

Change-Id: I1a75150b7fd813a4126716b898a55f35c64c5ec6
2018-05-23 11:01:57 +07:00
caoyuan bba6022af9 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: I80b505feb611af8a95ac19f2808c73069e2a33e5
2018-04-11 22:23:35 +08:00
Graham Hayes c318106c01 Remove v1 API
This completes the long awaited removal of the V1 API.

Change-Id: I30c8a5e8569b1b86286c5e3cb07856c06ebe5803
2018-01-11 14:13:43 +00:00
Jens Harbott ca7da3dcd8 Update installation docs
- Replace keystone_authtoken section with v3 style parameters
- Update Ubuntu doc to reference current LTS release
- Update Ubuntu doc to use systemctl

Change-Id: Ic1dedb04b08e09eda3d7772846eadeb7aa22fbb2
Closes-Bug: 1734635
2017-12-04 06:44:15 +00:00
Nguyen Van Trung 154d12114f Add validation to improve pep8 check for designate project
This PS will help project avoid pep8 some issues for *.rst
in whole project.

Co-authored-By: Hoang Trung Hieu <hieuht@vn.fujitsu.com>
Change-Id: I7a01863b1aa0bcf999be6e6e2261ab35530c196a
2017-11-20 12:26:16 +00:00
Nguyen Van Trung edc0684ace Improve and update docs
- Update install-guide.

Change-Id: Ic27e27b4653efee35004457a843e2afb7786b5b0
2017-08-03 08:41:54 +07:00
Hieu LE 66c873a67d doc: Populate the 'install' section
Per the spec [1]:
   install/ – anything having to do with installation of the project

The current install guide need to move to this category.

Change-Id: Ib2005a7ed7c3d476b3e4e2a3603736203af8b415
Implements: blueprint designate-doc-migration
Closes-Bug: #1706173
2017-07-25 09:35:15 +07:00