Commit Graph

10 Commits

Author SHA1 Message Date
jacky06 7234780bae Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Update some URLs to latest
3. Remove unncessary "=="

Change-Id: I5fe3be557f9bc3cc1f8faae198df93ed4ed2bc97
2019-06-20 10:35:21 +08:00
caoyuan cacef4df98 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I5b938ce1199fe8e15624aa62a55b825c4af87ca6
2019-04-29 13:33:05 +08:00
Ian Wienand 9a50e081cb 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: I6d5e48e7c8e3d19f6f5c78931ce8d884f1317b0b
2019-03-24 20:35:16 +00:00
XiaojueGuan 0346344a20 Update links in README
Change the outdated links to the latest links in README

Change-Id: I13f9c4ede48705d66018840433ec4b76a8f16898
2018-06-12 16:26:54 +08:00
Flavio Percoco 6a61d10501 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/9942e6f4ff351af895a60e4e27dd31ca\n'

Change-Id: Ief8600a452d819765931788eaeb3c3763fabad15
2016-11-25 14:23:13 +01:00
Steve Kowalik 117e7c0f77 Support for Python 3
Fix up various things to support Python 3. This also included removing
the pretty lines in README.rst, because tox with Python 3 just could
not cope.

Change-Id: I8e8a40ebc54ab781ccf0961a88fd1f8526aaeba0
2014-08-21 17:05:53 +10:00
Jonathan Brownell ddc7be8a52 fixed syntax error in docs (mustache example)
Change-Id: Iffda024271159369cc87e4fd7216267fd4512841
2014-02-11 12:52:29 -08:00
Clint Byrum 7f9444a48e Change default os_config_files location
Os-collect-config will change its' default in this change:

I78b3851b35addfc16913e3cd53c9d0e7eb3d191a

We will need to also follow suit. We print a deprecation warning on
fall back to the old path so that users do not depend on the old path
working forever.

Change-Id: I4fe6e66716b83b202f4ddd5b6870eda448b4c6c8
2014-01-22 09:32:25 -08:00
JUN JIE NAN 691d04f0f9 Correct template path and metadata path in quick start
template path `elements/nova/os-config-applier' and metadata path
`elements/boot-stack/config.json' do not exist anymore in latest
`tripleo-image-elements' project. A workable quick start is
essentially important for beginners, so correct the two places.

Change-Id: I7d55a4c6766031d85e3a8ea1ba3a2afb2f802f46
2013-12-06 17:20:23 +08:00
JUN JIE NAN 100b0fb5b7 Converted README to .rst format
The other os-*-config projects use `.rst' format and many of our docs
do too. And we can also avoid using github flavored markedown.

Change-Id: I96ef9edf80bdb4592a3e78b079ec51cde14069f8
2013-12-03 17:53:16 +08:00