Commit Graph

6 Commits

Author SHA1 Message Date
Vu Cong Tuan 62b3bdebd9 Update "auth_url" in install docs
Following the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "auth_url" in docs.

For more details, please check similar changes which have been done
on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5].

In addition, update deprecated "auth_uri" to "www_authenticate_uri",
according to [6].

[1] https://review.openstack.org/#/c/541857
[2] https://review.openstack.org/#/c/562812
[3] https://review.openstack.org/#/c/566491
[4] https://review.openstack.org/#/c/565464
[5] https://review.openstack.org/#/c/558932
[6] https://review.openstack.org/#/c/508522

Change-Id: Ia85189b2d9b197c492a56daf6e9b27e8b2fb69cc
2018-05-10 14:40:13 +07:00
Goutham Pratapa 8e0acbdcc5 Fix to show version information from root API.
When the user hits http://serv_api:8118 instead of version information
kingbird returns 401 authentication.Introduced a new section
pecan configurations and pecan hooks to fix this error.
Added test-cases, made trivial changes for tempest tests and refactored
some code.

Closes-Bug: #1673383
Change-Id: Ic87b078a73bd0505b309f099cffdfb7ee31ba8e3
2017-03-23 12:23:33 +05:30
joehuang 955c5a7933 Update installation guide and usage guide
Currently the oslo.messaging has update its configuration to use
transport_url for message bus configuration, and openstack endpoint
creation aslo has new strutucture, need to update the installation
guide to make it work in new release.

python-kingbirdclient was introduced, so the usage
guide is updated to use python-kingbirdclient. The new feature
key pair synchronization is also included in the usage guide.

Change-Id: I725da3a8dbb83109130473d9bc86381303d2c174
Signed-off-by: joehuang <joehuang@huawei.com>
2017-02-16 10:00:30 +00:00
Cady_Chen 443f869b75 Typo fixing
Change-Id: I881661077919ba67dee9d445541c58eb1682efa4
2016-11-17 09:09:05 +08:00
joehuang 3917d6d43d Add kingbird installation, configuration and user guide
Currently no installation, configuration and user guide in
Kingbird, these documentation on how to
install, configure and use Kingbird step by step
are added in this patch

Change-Id: I70f3b601d900292faa93e85b6ae8d75a25f049b5
Signed-off-by: joehuang <joehuang@huawei.com>
2016-08-17 03:54:58 -04:00
Dimitri Mazmanov 811a157a29 Initial Kingbird commit
First commit to set foundation for the project.

Change-Id: I721d1bbf4f0a34a3ae903de7e50489d80a9192da
2015-11-05 13:23:23 +01:00