Commit Graph

14 Commits

Author SHA1 Message Date
Stephen Finucane d88439c6a9 docs: Update docs to reflect migration to Alembic
Change-Id: Iabc8cd0746871ea6ab81af9d3f0149644a489f3d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-06-20 13:29:58 +01:00
Stephen Finucane aebd037f50 sql: Move migrations to 'legacy_migrations'
We're going to add new alembic-based migrations shortly. These will live
in the 'keystone.common.sql.migrations' module. Prepare for this by
moving the existing migrations from ''keystone.common.sql' into a common
'keystone.common.sql.legacy_migrations' module.

Change-Id: I5ab7b010b21268977f73738e895bbd21442e9455
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-01-21 13:39:30 +00:00
Stephen Finucane 503421d3d4 sql: Remove legacy 'migrate_repo' migration repo
This is now folded into the initial migration of the 'expand_repo'
repository. Previously, this was a dummy migration. We simply move
things across and remove any code that was trying to work with the older
repo since it's no longer necessary.

A release note is added, even though it's not really necessary since
nothing will change for users. It's more of a heads up that things are
afoot.

Change-Id: I59882d88fe593ec1ae37415b2157584f7f3c85f8
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-01-10 18:31:09 +00:00
Vishakha Agarwal 39d66ac78c Update contributors document keystone
Python2.7 support is removed from Ussuri Cycle. Thus
updating the rst files regarding the same.

Change-Id: I5a75eac3926ac01565019afbb223df8bf599a69f
2020-04-08 20:19:07 +05:30
Vishakha Agarwal 9fed446b0a Updating tox -e all-plugin command
all-plugin is deprecated and is going to be removed soon.
It is being replaced by "all" [1].

[1] 181a26d258/tox.ini (L82)

Change-Id: I2911caa169e063fdaf06933598b52bbb7f5f338a
2020-01-21 15:55:26 +05:30
ZhongShengping 5f90447b40 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: I7cd39dacaa1f2cdc2d74da39ae3971246e922907
2019-04-24 11:51:00 +08:00
Ian Wienand 4e523ce422 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ic878f69afe5eaf9ec22194944c2dfd8e1ead0542
2019-03-24 20:33:58 +00:00
Gergely Csatari 8c188d47f7 Clarifications to API & Scenario Tests
Installation of tempest itself and the installation of the
keystone-tempest-plugin is missing from the description.
This change adds them.

Change-Id: I76c4199429b9bffc606928fb32fe87805b7eac24
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2018-07-09 14:58:20 +02:00
Zuul e3925d5c7d Merge "Replace Chinese punctuation with English punctuation" 2018-02-04 00:34:48 +00:00
chenxiangui 6b49de614a Remove the redundant word
Removed redundant 'the' in testing-keystone.rst

Change-Id: I4e487d24a028c8328d45ff4adea8fb8cbb5bdf29
2018-02-02 11:11:06 +08:00
gaofei fc46c021db Replace Chinese punctuation with English punctuation
Curly quotes(Chinese punctuation) usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: I40fed2db58b87188c5c405f7d3b43d6ccd51016e
2018-01-25 05:32:30 +00:00
Lance Bragstad 227d38e4a1 Update keystone testing documentation
There were a lot of stale bits in our testing document. This commit
attempts to update those bits of information.

Change-Id: Ie99256a6189a7f00623f29c5c5cd49b046f181fe
Closes-Bug: 1662623
2017-11-28 21:47:18 +00:00
Samriddhi Jain 82785553dd Updated URLs in docs
With the docs migration and re-arrangement, some docs
have been shifted to new places, however the referenced
links are still old. Some of them give 404 error or
just point to the home page. This patch fixes those URLs.

Change-Id: Ie6b18ab3d4aa346dac8436dd426277fee4f07fcd
2017-08-09 23:46:33 +05:30
Lance Bragstad 429e115686 Add contributor/ directory for docs
The specification detailing the great documentation migration
requires a doc/source/contributor/ directory for all contributor
documentation. Keystone had a directory specifically for this type
of content but it was in doc/source/devref/.

This commit renames devref/ to contributor/ because the term
`contributor` is more inclusive of other community members that
aren't necessarily developers. The specification also requires this
convention for consistency with other projects.

Change-Id: Id6363213dc6ba6946bd272ca5ee67b4604afc5ac
Partial-Bug: 1694460
2017-08-01 21:14:46 +00:00