Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Bonney c34f977cfd docs: add CAP_NET_ADMIN to service AmbientCapabilities
This adds CAP_NET_ADMIN to the list of capabilities available
to the service. This is most relevant when the service runs as a
non-root user.

Related-Bug: #1852105
Change-Id: Ie50c092b723a4e5e8fc501370547711b06f77f1c
2020-12-03 14:12:18 +00:00
gujin 910f2e72db Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts.

Change-Id: Ia04c82127761ee818a37efe6cf9137987f8262f8
2020-05-17 04:38:56 +00:00
Hongbin Lu d9523c7afe Update docs and scripts for using python3
Python2 is deprecated so we need to switch to python3

Change-Id: Id9158df88f0b6ed0c071994bf0aa240063ac6761
2020-02-17 16:15:11 +00:00
Zuul 5264dee964 Merge "Update install guide for master branch" 2019-05-08 10:30:27 +00:00
Hongbin Lu c528e9be2f Replace port 35357 with port 5000
Starting from Keystone v3, the port 35357 is not used.
See: https://review.opendev.org/#/c/541857/

Change-Id: I4fee6ebcca6cbb1c610fa19c4294ef5a45b50709
2019-04-29 22:17:03 +00:00
Hongbin Lu 01b20b1af1 Update install guide for master branch
Change-Id: I7ec366c59eda13c0483e3cae185c263e40694bac
2019-04-27 16:13:51 +00:00
Hongbin Lu 01b9fd362b install-guide: download source from stable branch
In the stable/rocky version of installation guide, we should
instruct to git clone the stable/rocky branch instead of master
branch.

Change-Id: Ideaf2142e6311d967bae5a0ad2abe6b48e36b5d1
2018-08-22 02:29:07 +00:00
Vu Cong Tuan 33cec28d8a Replace deprecated "auth_uri" by "www_authenticate_uri"
According to [1], "auth_uri" has been deprecated.
This patch replace it by using "www_authenticate_uri" instead.

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

Change-Id: I7bdfee1cf1e875ef702cc4761d723e420bc00ff9
2018-05-10 16:16:58 +07:00
Hongbin Lu d0cec045ca Add installation guide for kuryr-libnetwork
This patch proposes an installation guide that covers step-by-step
deployment of kuryr-libnetwork for new users of OpenStack with
sufficient Linux experience.

The instruction is to install kuryr-libnetwork from source since
there is no distro package for kuryr-libnetwork for now. This guide
covers installation in Ubunut as the first stpe. The support of
other OS is future work.

TODO: Configure the CI to publish this guide to:
https://docs.openstack.org/pike/install/

Change-Id: Id4f234068600564fa18e73aba08f6e43893456ee
2017-10-11 23:08:48 +00:00