Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger b92073453c Fix docs building
With Sphinx 2.0.1 working only with python3, update the configuration:
* Use openstackdocstheme (oslosphinx does not work with python3)
* Update requirements
* Update tox.ini to use normal lines for doc building

Also, fix URL for repo after OpenDev rename.

Fix flake8 tests, don't test openstack-ansible-tests files.

Change-Id: I464d04738aab137ea8e938614b804e1ac50f6741
2019-05-28 15:22:37 +02:00
Andreas Jaeger 4eeffab026 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

Also, use openstackdocstheme for releasenotes.

Fix linter failure I202 with rearranging imports.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: If3da3c9fe534fde2f04be7fa9602153126e9ac0d
2017-11-17 11:01:36 +01:00
Andreas Jaeger 7aa600e42f Revert "Switch from oslosphinx to openstackdocstheme"
openstackdocstheme is only for Official OpenStack projects, see
https://docs.openstack.org/openstackdocstheme/latest/

this repo is not an official project under governance.

This reverts commit 66d45fc53d.

Fix build problems:
* Fix wrong include path
* Disable sphinxmark

Change-Id: I83e91d12e82a8cf703f4b09c7d315edbb9878bd9
2017-07-02 10:56:09 +02:00
Van Hung Pham 66d45fc53d Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I7c001fa8f627dc991759e157a802588962af53d9
2017-06-29 14:53:11 +07:00
Major Hayden cf4a71bfee
Fix requirements to unblock gate
Something went sideways with flake8 recently with regards to pep257
(whitespace checks). This patch updates the flake8 requirement and
disables pep257 checks to unblock the gate.

Change-Id: I139c902a4d95a21a2dcac8dcf65a85455f7331ec
2017-04-19 08:36:58 -05:00
Major Hayden b616091eb9
Implement OpenStack gate for monitorstack
This patch configures the monitorstack repository to work well with
the OSA gate jobs for docs, release notes, and functional tests.

Change-Id: Ibacea5cdfab609c3724b434189a6efad4b1c6c35
2017-03-24 11:55:09 -05:00
Major Hayden c3a396daba Add PEP257 checks (#15)
Check for docstrings.
2017-03-09 15:48:18 -06:00
Kevin Carter 37a9950ab2 Added VM instances used and quotas (#6)
The following plugins add a basic OpenStack API framework which is used
to pull metrics for nova vm quotas and usage for RAM, vCPUs, disk, and
instance count.

added codecov.yml

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-03-09 09:48:17 -06:00
Major Hayden 5f9ddd6dba Proof of concept 2017-02-27 15:11:30 -06:00