Commit Graph

13 Commits

Author SHA1 Message Date
Takashi Kajinami 610a2e4fe6 Retire PowerVMStacker SIG: Remove Project Content
Depends-on: https://review.opendev.org/c/openstack/project-config/+/909535
Change-Id: I9983db89974e37134cde612d55affb6b6b38230a
2024-02-20 22:53:37 +09:00
Le Hou df7773b39f Use opendev repository
Change-Id: I618d128ebe4d00a3eb7a79380932e8e7cfa44903
2019-04-24 10:27:24 +00:00
Ian Wienand c1cfdf233a 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: I7c32ecb145cae2a0967c62ed7f845dea25ea8ecf
2019-03-25 03:12:15 +00:00
Matthew Edmonds 23b1ad1d42 docs: Modernize build process
This mirrors changes recently merged in nova-powervm to fix [1],
cleanup[2], and modernize [3] our doc building.

[1] 8a0a82fba9e6069f54316c6f0cc4eb4f73d9baae
[2] 5b4d0f82265dbb86fcb044bf9dfe4577e2106904
[3] b0256a71b2195791cda4da9f633a3b5448ee2540

Change-Id: I79d53bcde102ad1d5b7ba65b623ea4a3fba3bfec
2018-08-15 10:06:19 -04:00
XiaojueGuan f89854d2f2 Trivial: Update pypi url to new url
Change-Id: Ie6028c20572d1e9ed757c2cc9df6c46e0259b272
2018-05-01 14:17:02 +08:00
Vu Cong Tuan 9420ea2c50 Fix html_last_updated_fmt for Python3
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Changing Popen to .check_output because of 2 reasons:
1. check_output() will raise CalledProcessError if
the called process returns a non-zero return code.
2. For consistency with keystone [1] and cinder [2]

[1] https://review.openstack.org/#/c/457142
[2] https://review.openstack.org/#/c/433081

Change-Id: I810f841097c64c5e73db42ca393f6179182d9694
2017-06-16 20:50:42 +07:00
zhangyanxian 70357ba558 Optimize the link address for fetching git code
Use https instead of http to ensure the safety without containing our
account/password information

Change-Id: I5e4ee5b64565aadee129d102d7ae12d4f475fa6a
2017-04-11 17:45:27 +00:00
Harshada Mangesh Kakad 8e1651bba3 Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.

Change-Id: Ibdcfdf156f03588b152b86401809adcb433e4699
Closes-Bug: #1529836
2016-01-14 06:48:22 -08:00
adreznec dda22a657b Change pypowervm repo location
Update the pypowervm repo location in code and docs
for the pypowervm->powervm github org rename

Change-Id: Ic1f3ea5139a56213fc2ade7127870d3c72557c15
2015-11-18 15:03:45 -06:00
Drew Thorstensen 2bc7031087 Provide dev-ref update
This change set updates the dev-ref documentation for
Ceilometer-PowerVM.

Change-Id: Id6f1a181c3b134488d500f2e04f4690c9d2536df
2015-10-15 14:15:27 -05:00
adreznec 95b3be83b9 Support dynamic documentation versioning using pbr
- Add a version.py file to allow querying of the pbr version for the package
which is pulled from the git tags
- Use this when doing the sphinx docs generation

Change-Id: Ic892b131c9be2cc65a2b468c9cdb2ff23d1d8743
2015-08-25 13:56:02 +00:00
adreznec c4cfffcc84 Update documentation framework, add base devref details
- Add oslosphinx requirement
- Add base support for devref generation to the project
- Add basic level of documentation, with TODOs for future updates

Change-Id: I6798a4fdf380a56112c3b65350bf61dc410b32bd
2015-08-24 13:36:40 -05:00
Adam Reznechek 27ef4d0a4c Adding base infrastructure to project for tests and docs
Added base framework for agents and tests
Added base docs infratstructure for Sphinx with links back to
readme and contributing files

Change-Id: I8ed56fb60e73456bc8c44fef4bd6089e1793a520
2015-02-04 10:11:09 -06:00