Cleanup README
Some formatting errors.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
microversion_parse
|
microversion_parse
|
||||||
=================
|
==================
|
||||||
|
|
||||||
A simple parser for OpenStack microversion headers::
|
A simple parser for OpenStack microversion headers::
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ It processes microversion headers with the standard form::
|
|||||||
|
|
||||||
If provided with a ``legacy_headers`` argument, this is treated as
|
If provided with a ``legacy_headers`` argument, this is treated as
|
||||||
a list of headers to check for microversions. Some examples of
|
a list of headers to check for microversions. Some examples of
|
||||||
headers include:
|
headers include::
|
||||||
|
|
||||||
OpenStack-telemetry-api-version: 2.1
|
OpenStack-telemetry-api-version: 2.1
|
||||||
OpenStack-nova-api-version: 2.1
|
OpenStack-nova-api-version: 2.1
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
__version__ = '0.1.0'
|
__version__ = '0.1.1'
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user