Merge "Update URLs in documents according to document migration"
This commit is contained in:
commit
8aad3ee2e4
@ -4,18 +4,18 @@ Contributing
|
|||||||
|
|
||||||
Our community welcomes all people interested in open source cloud
|
Our community welcomes all people interested in open source cloud
|
||||||
computing, and encourages you to join the `OpenStack Foundation
|
computing, and encourages you to join the `OpenStack Foundation
|
||||||
<http://www.openstack.org/join>`_.
|
<https://www.openstack.org/join>`_.
|
||||||
|
|
||||||
If you would like to contribute to the development of OpenStack,
|
If you would like to contribute to the development of OpenStack,
|
||||||
you must follow the steps documented at:
|
you must follow the steps documented at:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
Once those steps have been completed, changes to OpenStack
|
Once those steps have been completed, changes to OpenStack
|
||||||
should be submitted for review via the Gerrit tool, following
|
should be submitted for review via the Gerrit tool, following
|
||||||
the workflow documented at:
|
the workflow documented at:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
(Pull requests submitted through GitHub will be ignored.)
|
(Pull requests submitted through GitHub will be ignored.)
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ We welcome all types of contributions, from blueprint designs to
|
|||||||
documentation to testing to deployment scripts. The best way to get
|
documentation to testing to deployment scripts. The best way to get
|
||||||
involved with the community is to talk with others online or at a
|
involved with the community is to talk with others online or at a
|
||||||
meetup and offer contributions through our processes, the `OpenStack
|
meetup and offer contributions through our processes, the `OpenStack
|
||||||
wiki <http://wiki.openstack.org>`_, blogs, or on IRC at
|
wiki <https://wiki.openstack.org>`_, blogs, or on IRC at
|
||||||
``#openstack-trove`` on ``irc.freenode.net``.
|
``#openstack-trove`` on ``irc.freenode.net``.
|
||||||
|
|
||||||
|
|
||||||
@ -85,10 +85,10 @@ Some other reviewing guidelines:
|
|||||||
Other references:
|
Other references:
|
||||||
|
|
||||||
- https://wiki.openstack.org/wiki/CodeReviewGuidelines
|
- https://wiki.openstack.org/wiki/CodeReviewGuidelines
|
||||||
- http://docs.openstack.org/infra/manual/developers.html
|
- https://docs.openstack.org/infra/manual/developers.html
|
||||||
- https://wiki.openstack.org/wiki/ReviewChecklist
|
- https://wiki.openstack.org/wiki/ReviewChecklist
|
||||||
- https://wiki.openstack.org/wiki/GitCommitMessages
|
- https://wiki.openstack.org/wiki/GitCommitMessages
|
||||||
- http://docs.openstack.org/developer/hacking/
|
- https://docs.openstack.org/hacking/latest/
|
||||||
- https://review.openstack.org/#/c/116176/
|
- https://review.openstack.org/#/c/116176/
|
||||||
- trove-pylint readme file in tools/trove-pylint.README
|
- trove-pylint readme file in tools/trove-pylint.README
|
||||||
|
|
||||||
|
12
README.rst
12
README.rst
@ -2,8 +2,8 @@
|
|||||||
Trove
|
Trove
|
||||||
=====
|
=====
|
||||||
|
|
||||||
.. image:: http://governance.openstack.org/badges/trove.svg
|
.. image:: https://governance.openstack.org/tc/badges/trove.svg
|
||||||
:target: http://governance.openstack.org/reference/tags/index.html
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
||||||
|
|
||||||
Trove is Database as a Service for OpenStack.
|
Trove is Database as a Service for OpenStack.
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ If you'd like to run from the master branch, you can clone the git repo:
|
|||||||
|
|
||||||
|
|
||||||
* Wiki: https://wiki.openstack.org/wiki/Trove
|
* Wiki: https://wiki.openstack.org/wiki/Trove
|
||||||
* Developer Docs: http://docs.openstack.org/developer/trove
|
* Developer Docs: https://docs.openstack.org/trove/latest/
|
||||||
|
|
||||||
You can raise bugs here: https://bugs.launchpad.net/trove
|
You can raise bugs here: https://bugs.launchpad.net/trove
|
||||||
|
|
||||||
@ -28,8 +28,8 @@ References
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
* Installation docs:
|
* Installation docs:
|
||||||
http://docs.openstack.org/developer/trove/dev/install.html
|
https://docs.openstack.org/trove/latest/install/install.html
|
||||||
* Manual installation docs:
|
* Manual installation docs:
|
||||||
http://docs.openstack.org/developer/trove/dev/manual_install.html
|
https://docs.openstack.org/trove/latest/install/manual_install.html
|
||||||
* Build guest image:
|
* Build guest image:
|
||||||
http://docs.openstack.org/developer/trove/dev/building_guest_images.html
|
https://docs.openstack.org/trove/latest/admin/building_guest_images.html
|
||||||
|
@ -27,7 +27,7 @@ Verify operation of the Database service.
|
|||||||
|
|
||||||
#. Add a datastore to trove:
|
#. Add a datastore to trove:
|
||||||
|
|
||||||
* `Create a trove image <http://docs.openstack.org/developer/trove/dev/building_guest_images.html>`_.
|
* `Create a trove image <https://docs.openstack.org/trove/latest/admin/building_guest_images.html>`_.
|
||||||
Create an image for the type of database you want to use, for example,
|
Create an image for the type of database you want to use, for example,
|
||||||
MySQL, MongoDB, Cassandra.
|
MySQL, MongoDB, Cassandra.
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ Verify operation of the Database service.
|
|||||||
|
|
||||||
* An alternate method of launching trove guests is to use an existing
|
* An alternate method of launching trove guests is to use an existing
|
||||||
Linux distro image and `configure the trove guest using Cloud-init
|
Linux distro image and `configure the trove guest using Cloud-init
|
||||||
<http://docs.openstack.org/developer/trove/dev/guest_cloud_init.html>`_ .
|
<https://docs.openstack.org/trove/latest/admin/guest_cloud_init.html>`_ .
|
||||||
This saves the effort of creating a customized image, but at the
|
This saves the effort of creating a customized image, but at the
|
||||||
cost of a slower startup time.
|
cost of a slower startup time.
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://wiki.openstack.org/wiki/Trove
|
home-page = https://docs.openstack.org/trove/latest/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
"""oslo.i18n integration module.
|
"""oslo.i18n integration module.
|
||||||
|
|
||||||
See http://docs.openstack.org/developer/oslo.i18n/usage.html
|
See https://docs.openstack.org/oslo.i18n/latest/user/index.html
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user