Commit Graph

19 Commits

Author SHA1 Message Date
wu.chunyang 3a3b82452d [docs]Fix wrong links in README
Trivial fix

Change-Id: I71f68db4886c1c6fec17be5af8e0d6b9a2592827
2020-11-23 22:22:41 +08:00
yangyong 1d3db54fbf fix bug report url
since we don't use launchpad to report bugs anymore,replace it with
storyboard.openstack.org

Change-Id: Ifa456c62c4fed197954cb7f7b2aaf0328a00d6a3
2019-09-03 03:03:27 +00:00
ZhongShengping 687cd4be4a Fix error URL
The CONTRIBUTING.rst url and HACKING.rst URLs throwing 404 not found.
So fix them.

Change-Id: Ifc0a2aec565c00d29bb3d29c55fb16fef259c66e
2019-04-29 10:45:37 +08:00
ZhongShengping 6a5afea40a Move to opendev
1.Use opendev.org instead of git.openstack.org.
2.Use review.opendev.org instead of review.openstack.org.

Change-Id: I8e9da8fbb04bdec42a0b2f012f6a38b8ee413b27
2019-04-24 16:08:08 +08:00
chenxiangui 7796cab590 Fix the wrong url
Fix the wrong url of HACKING.rst in README.rst

Change-Id: I4dbd1fbfe434612116ddebc02228b00b5ea4a369
2018-11-09 21:21:29 +08:00
XiaojueGuan f2b89ff2ec Add release note link in README
Change-Id: I658ade892cd08a1e5a2be8a8a2883f417032b8b9
2018-06-28 05:02:56 +00:00
zhanggang 71c3caf407 Update Trove's README
Update the README.rst, change the repo url from github to
git.openstack.org, add link for trove-sepcs and trove-dashboard,
add link for CONTRIBUTING.rst and HACKING.rst.

Signed-off-by: zhanggang <zhanggang@cmss.chinamobile.com>
Change-Id: If1c7d3467c7da261ac626325a44aa7eab37ae042
2018-06-13 19:05:33 +08:00
melissaml 1a999f084b Update URLs in documents according to document migration
Change-Id: I4ef8a26df071746b6855a6a278840abdd77f2607
2017-11-03 17:17:01 +08:00
Flavio Percoco 91430cdb96 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/4ccf1cc6e531bb50e78cb4d64dfe1065\n'

Change-Id: I7807742c785fbc7d1907f206f657683b8988c5a0
Partial-Bug: 1644851
2016-12-01 22:07:32 +00:00
Amrith Kumar 126e121a4e clean up references to trove-integration and redstack
Our readmes and rst files had references to trove-integration and
redstack. This commit cleans up those references.

Jian Song had also been trying to make some of these kinds of changes
to the documentation and to reduce conflicts and merges, I'd requested
him to hold off. As a result, I think it is only fair that I list him
as a co-author.

Change-Id: I685659391fd04eefd250e72d789da5a0d7b7aace
Co-Authored-By: jiansong <jian.song@easystack.cn>
2016-11-18 11:51:47 -05:00
DeepaJon 6539445f01 Update Trove's README
Updated the README.rst, In which updated about trove, getting
started, python client for trove and reference, Removed the Usage
for integration testing Tests and moved into CONTRIBUTION.rst
Taken reference from other component's README.rst file.

Change-Id: Ic3ce38155ecb120fc6fde1098fabb60be5383a64
Closes-Bug: #1572224
2016-05-04 15:48:55 +05:30
JuPing 5201aae5f5 Fix description for "Inapt spelling of a word"
Change the description to "There is a inapt spelling
in the file called README.rst(line4).
The word 'Open Stack' should be spelled as OpenStack."

Closes-Bug: #1486454

Change-Id: Ic09df2268ae98c6b5a13decaf2b710d4bceaf7ef
2015-08-20 04:07:30 +00:00
Monty Taylor 28e8fcf0ee Clean up github references from docs
OpenStack hosts things in places that are not github. Also, it seems
that there is a big blob of unrelated readme in the README file.

Closes-Bug: 1399839
Change-Id: I70cc6772b50591c4b3badd6c92567a7a6541bacf
2014-12-05 23:24:53 -08:00
Ionuț Arțăriși 3aa6324dea document running a small set of tests
Change-Id: I63807c580ad962127c6eaa3dc7e78fbe7ce2263f
Closes-Bug: #1347773
2014-07-23 17:49:19 +02:00
Tim Simpson 294330c554 Moved the apidocs from openstack/database-api
By hosting the docs here we'll be able to better maintain that
developers are being mindful of changes or even occassionally writing
documentation for new API features. This should also allow us to
autogenerate the snippets.

Change-Id: I0111bcd38341b1736a47b0a3d3e6ff96d2ca1c58
2014-04-24 14:41:40 -05:00
Pierre RAMBAUD 757c18c7fb Improve readme.rst
This file must be readable and have sections to separate usage
from tests.
Path for using trove in integration are wrong, the directory
bin does not exists.

Change-Id: I75dcf229580ead055233f8d7f7ea4acc07baadcf
Closes-Bug: #1287186
2014-03-05 20:48:31 +01:00
Illia Khudoshyn db1fe87fe3 Adds instructions for manual Trove installation
Adds step-by-step instructions for installing Trove
with existing OpenStack environment

blueprint provide-documentation-for-manual-setup-of-trove
Change-Id: I56f3f0f6b99f405febb8e4734775b3c16fc292ce
2013-09-17 10:48:41 +03:00
Haomai Wang 4907ccca2a Replace nova client with cinder client to use volume
Now cinder support a few new features like extend volume which used in Trove.
We can't use nova client to enjoy this new feature, so we should change to use
cinder client as volume management.

implement bp implement-volume-extend

Change-Id: I4f9139bacd7d8b4c2538bff6aa54416b27c9026e
2013-08-04 22:31:34 -07:00
Dirk Mueller 4ee184238d Rename README to README.rst
README.rst seems to be more standard accross OpenStack
modules.

Change-Id: I4cf548cd9e7d10fda486bd9831224b28c80ee169
2013-06-25 11:30:18 +02:00