Fix README.rst and add syntax check

Change-Id: I2e2ec99b643475fa64a4b5b67201ff38c10e52a8
Story: 2002163
Task: 24400
This commit is contained in:
Witold Bedyk 2018-08-08 14:56:40 +02:00
parent f892dae29f
commit 6ebd2dc1c2
4 changed files with 9 additions and 10 deletions

View File

@ -160,9 +160,9 @@ To create new meters (or clean out removed meters),
1. Identify which meters are available for this OpenStack Ceilometer release
on`telemetry-measurements.html`_
- Idenfity which parameters should betransfered to Monasca.
- Identify the Origin of the meter. Be aware that Pollster meters may
require additional configuration.
- Idenfity which parameters should betransfered to Monasca.
- Identify the Origin of the meter. Be aware that Pollster meters may
require additional configuration.
2. Modify ``monasca_field_definitions.yml`` with the new meters.
@ -233,7 +233,7 @@ License
Copyright (c) 2015-2017 Hewlett-Packard Development Company, L.P.
(c) Copyright 2018 SUSE LLC
Copyright (c) 2018 SUSE LLC
Licensed under the Apache License, Version 2.0 (the “License”); you may
not use this file except in compliance with the License. You may obtain
@ -256,7 +256,4 @@ limitations under the License.
.. _link 2: https://docs.hpcloud.com/hos-3.x/helion/metering/metering_notifications.html#notifications__list
.. _link 3: https://docs.hpcloud.com/hos-5.x/helion/metering/metering_notifications.html#notifications__list
.. _Ceilosca: https://wiki.openstack.org/wiki/Ceilosca
.. _Team and repository tags: https://governance.openstack.org/reference/tags/index.html
.. _devstack/README.md: devstack/README.md

View File

@ -1 +0,0 @@
hacking<0.11,>=0.10.0

View File

@ -10,3 +10,5 @@ oslo.config>=3.22.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
python-monascaclient<=1.7.1
docutils>=0.11 # OSI-Approved Open Source, Public Domain
hacking<0.11,>=0.10.0

View File

@ -16,8 +16,9 @@ whitelist_externals = bash
find
[testenv:pep8]
deps = -r{toxinidir}/pep8-test-requirements.txt
commands = flake8
commands =
flake8
python setup.py check --restructuredtext --strict
[testenv:venv]
commands = {posargs}