README.rst: make it us-ascii
Change-Id: I4aa8e809c9aa92f93c9a70f99f32e3ff4975da20
This commit is contained in:
parent
47e5d1b4c6
commit
a75c96f502
10
README.rst
10
README.rst
@ -13,7 +13,7 @@ The Monitoring Persister consumes metrics and alarm state transitions
|
|||||||
from the Message Queue and stores them in the Metrics and Alarms
|
from the Message Queue and stores them in the Metrics and Alarms
|
||||||
database.
|
database.
|
||||||
|
|
||||||
Although the Persister isn’t primarily a Web service it uses DropWizard,
|
Although the Persister isn't primarily a Web service it uses DropWizard,
|
||||||
https://dropwizard.github.io/dropwizard/, which provides a nice Web
|
https://dropwizard.github.io/dropwizard/, which provides a nice Web
|
||||||
application framework to expose an http endpoint that provides an
|
application framework to expose an http endpoint that provides an
|
||||||
interface through which metrics about the Persister can be queried as
|
interface through which metrics about the Persister can be queried as
|
||||||
@ -49,7 +49,7 @@ java/src/deb/etc/persister-config.yml-sample.
|
|||||||
|
|
||||||
A second configuration file is provided in
|
A second configuration file is provided in
|
||||||
java/src/main/resources/persister-config.yml for use with the `vagrant
|
java/src/main/resources/persister-config.yml for use with the `vagrant
|
||||||
“mini-mon” development environment`_.
|
"mini-mon" development environment`_.
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
@ -70,7 +70,7 @@ License
|
|||||||
|
|
||||||
Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
|
Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the “License”); you may
|
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
|
not use this file except in compliance with the License. You may obtain
|
||||||
a copy of the License at
|
a copy of the License at
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ a copy of the License at
|
|||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an “AS IS” BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
@ -100,4 +100,4 @@ To run the unit tests use:
|
|||||||
|
|
||||||
$ tox -e py27,py35
|
$ tox -e py27,py35
|
||||||
|
|
||||||
.. _vagrant “mini-mon” development environment: https://github.com/openstack/monasca-vagrant/
|
.. _vagrant "mini-mon" development environment: https://github.com/openstack/monasca-vagrant/
|
||||||
|
Loading…
Reference in New Issue
Block a user