Commit Graph

33 Commits

Author SHA1 Message Date
caoyuan cbca2da4b7 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I3655e32d9e9d8cfb9ed85e3d2d28ea9c3c16a470
2019-10-13 09:01:56 +00:00
Takashi Kajinami 3c640ebf12 Use keystone v3 instead of v2
This patch replaces parameters for keystone v2 in README and
test codes by the ones for keystone v3, as currently keystone
v2 should not be used anymore.

Change-Id: I6b063dd980e414bfb7c7a94612076690daa85b2d
2019-06-19 14:48:15 +09:00
Vu Cong Tuan 6dc4279b20 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: Id773a00c333c2f81421afef639cbba528d5bc589
2018-05-11 09:33:19 +07:00
Hangdong Zhang c845319679 Update the documentation link for doc migration
Change-Id: I14c768761f468549dfdcb7daa70fe86d709d9a25
2017-07-24 16:23:47 +08:00
Kirill Zaitsev 9872e6a365 Use openstackdocstheme over oslosphinx
This commit is part of general doc-migration effort. It replaces
oslosphinx with openstackdocstheme and marks docs warnings to be treated
as errors.

Kuryr projects do not seem to have any docs in the openstack-manuals, so
there are no docs we need to pull from that repo.
However being the official project kuryr would benefit from unifying
its docs with the rest of openstack projects as well as using
openstackdocstheme, theme intended for official projects
https://docs.openstack.org/openstackdocstheme/latest/

See https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
and https://etherpad.openstack.org/p/doc-migration-tracking for more
information

Change-Id: I4b854a830268beea0e463a1c75f73e8d523f3bfb
2017-07-03 14:26:43 +03:00
XieYingYun 21607d89a0 Replace http with https
Use https instead of http to ensure the safety without containing our
account/password information

Change-Id: I1b3747fcb50f9db2c97cb40d8c09d905b72ba28c
2017-04-07 10:23:11 +08:00
Flavio Percoco 0fccec5834 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/09d5bdf4a3144d46a4b2517f8d924231\n'

Change-Id: I31c8bb60f437d5a87e0f2d9f40b1588346245241
2016-11-25 13:58:38 +01:00
Jenkins dcebfd0c0a Merge "binding: Add driver based subsystem" 2016-10-03 15:28:19 +00:00
Antoni Segura Puimedon 854a8028b6
binding: Add driver based subsystem
This patch introduces a new hierarchy of drivers to perform the port
binding and unbinding in a similar fashion as how it is done with
Neutron plugins.

The initial three drivers are:
* veth: The one that we have been using up until now and that uses
  the usr/libexec/kuryr/* scripts to bind the host side
* ipvlan: L2 ipvlan motivated mostly container-in-vm use cases so that
  the instance interface will have linked devices that get addresses
  of other ports of the same subnet.
* macvlan: bridged mode ipvlan for OSes that do not support vlan.

Co-Authored-by: Louise Daly <louise.m.daly@intel.com>
Implements: blueprint driver-binding-ipvlan
Change-Id: I1d94ab324ab2a65a6d3e782e23ea6c59b110ff67
2016-10-03 12:28:01 +02:00
Vikas Choudhary 9a88c72188 Remove redundant 'limitations' section
Current 'Limitations' section covers overlapping cidr limitation
which is specific to kuryr-libnetwork and also already present
there. So removing it from kuryr-lib

Change-Id: I265bce248e07a5981556992182e3273f90da61fc
Closes-bug: #1629502
2016-10-01 07:15:59 +05:30
Janonymous a3654931ee Update kuryr developer readme
Installation should mention getting the source code step
before using Prerequisites step which uses requirements.txt

Change-Id: I874aa4df1f36c3c9b03c5ddbb53f319021818b0e
2016-07-11 10:58:16 +05:30
vikaschoudhary16 e2cd262087 Update README regarding overlapping cidr limitation
Overlapping cidrs are supported only via passing pool names using
docker options. Same is being updated in README.

Change-Id: Ia59152e1ddc61560b1ce4af807621add337cf979
Closes-bug: #1596183
2016-06-28 04:17:41 +00:00
vikaschoudhary16 43e6ae267c Fix ReadMe for config file generation info
Change-Id: I5f49572aa324bf752766ed98e71ed3ff83e58f0e
Closes-bug: #1590873
2016-06-09 21:50:52 +05:30
Mohammad Banikazemi 6fdd50af0f Trivial doc fixes
Change-Id: I93254c10204b23d2507f0259325c98b56a8d49c7
2016-05-18 18:08:50 -04:00
Fernando Moreno 370488315f Improve documentation
- Added keystone config in kuryr.conf
- Uncommented bindir parameter in kuryr.conf
- Added a quick cli test in the testing section

Change-Id: I5076fb8a2b56262bfce52c232ef7543ea0ea5436
Signed-off-by: Fernando Moreno <fernando@midokura.com>
2016-05-11 10:33:23 +02:00
Antoni Segura Puimedon 7aa20ff639
Add missing files to the install script
In order for Kuryr's libnetwork driver to function, it is essential
that /usr/libexec, the driver specfile and /etc/kuryr get installed.
Up until now, this was manual. This change fixes it.

Change-Id: Ifdb6048a154aa811a0369cbcdb848b19798bc51f
Signed-off-by: Antoni Segura Puimedon <toni@midokura.com>
2016-05-06 19:04:37 +02:00
Antoni Segura Puimedon 24eb1458dd
Shrink logo size
It displays too big on github, so maybe better we shrink it.

Change-Id: I31bc67eaf3780aafd4a7429e58671c90a93a9a0f
Closes-Bug: #1576766
Signed-off-by: Antoni Segura Puimedon <toni@midokura.com>
2016-04-29 10:49:32 -05:00
Jinrui Wang cf536ef2cb Add notice to remind user to install tox
As tox has been removed from requirements.txt, we should remind user
to install tox.

Change-Id: Id7c5dd1c01ee70a2966eec2bdef5fff18b0c3bb2
2016-04-05 05:38:40 -04:00
Mike Spreitzer 5107602c0d Noted other requirements for generating documentation
Generating the documentation requires the pip packages oslosphinx,
reno, and reno[sphinx] and they are not in requirements.txt.

Change-Id: I52156fc314a10ae5adc44bb88917461ca417df66
2016-03-08 22:43:07 -05:00
Baohua Yang 641b9d1333 Update the Running Kuryr part doc
Change-Id: Ib7875fe2424829d271a01d4b605bad187fd89384
2016-02-29 06:39:32 +00:00
Jenkins e53917d16f Merge "Fixed typo in README.rst" 2016-02-09 04:04:29 +00:00
Taku Fukushima 672906eef3 Add "sudo" to the instruction for running Kuryr
This patch adds "sudo" to "Running Kuryr" section of README.rst. Some
people get stuck with the errors of pyroute2 and that's because of the
lack of the privilege for manipulating the veth interfaces.

Related-Bug: #1516539

Change-Id: I44f44755a1aec4ec29d0afa4852e989eca28d381
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2016-01-26 12:56:05 +09:00
Jan Hilberath 3b64abc953 Fixed typo in README.rst
"Sphinix" -> "Sphinx"

Change-Id: I2a3b9e508d8070a429aecb0e4f91160d68844950
Signed-off-by: Jan Hilberath <jan@midokura.com>
2016-01-24 12:49:12 +09:00
Baohua Yang 7a128a4b10 Add Makefile to generate the doc, and add steps into README
Change-Id: I8663dfd43fec0394c4a3b5bb87a4646102b69e2e
2016-01-06 23:57:13 -06:00
Gal Sagie 445c7adf9e Fix Kuryr icon size
Change-Id: Ife216eff91d88c7705b05cbb09e278a078f17a2e
2015-11-23 14:55:07 +02:00
Gal Sagie 147dc927b5 Add Kuryr logo to documents
Change-Id: Ieb958c92980bf3171187acf6625f01c989522cee
2015-11-22 15:33:49 +02:00
Kyle Mestery 99897cc1cc Cleanups to Vagrant documentation and scripts
Fix some spelling errors in the scripts and the Vagrant documentation.
Also, add a note about creating the default subnetpool in the Vagrant
documentation.

Change-Id: I13454328d7b4372d6773661b006466f3419c4fe0
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-11-20 13:36:51 -06:00
Aaron Rosen 2ea22a3cf6 Wrap readme to 80 chars
Looking around and figured I'd clean this up.

Change-Id: Icfdd8912c51b4b5aa03115fea5351e5e44a0a11b
2015-09-11 20:28:35 -07:00
Taku Fukushima 4b4cf827e7 Add an instruction for tests
This patch adds an instruction for tests to README.rst.

Change-Id: If07f0d7a111c2080fc7cdb70eb61101e5742c13f
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2015-07-28 15:50:09 +09:00
Taku Fukushima 8f734e65fd Update README.rst
This patch adds the instructions to install dependencies and run Kuryr
to README.rst.

Change-Id: Ie507c308c78ac4c09f54ddb43343710a808680d6
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2015-07-27 10:33:15 -04:00
Gal Sagie 57d0787182 Add Kuryr description to README
Change-Id: I21252ea4364f802b71230b97916ebd0f351c8d9b
2015-07-26 19:12:07 +03:00
Mohammad Banikazemi 6627774261 Fixed a tiny but silly typo.
Change-Id: I5512da9bb449b4ffced51fc3d315ccee03b5051e
2015-07-23 13:07:34 -04:00
Gal Sagie c98b0a5cbd Initial template commit
Depends-On: I39db2918ea277b939f67d3c856f52bd53c226f27
Change-Id: Iea544d90ae617abbcc6087d558d3fd38fca61a8c
2015-07-15 10:00:44 +03:00