Fix indentation in releasenotes
This commit fixes indentations in releasenotes. Due to the indentations, the html contents are rendered as block quotes which is awkward. Change-Id: Ia9f271ead6a6e3fb90afc935771e8da4d8990c3c
This commit is contained in:
parent
9888e977de
commit
4f6538e018
@ -4,5 +4,5 @@ features:
|
||||
Adds subunit-describe-calls. A parser for subunit streams to determine what
|
||||
REST API calls are made inside of a test and in what order they are called.
|
||||
|
||||
* Input can be piped in or a file can be specified
|
||||
* Output is shortened for stdout, the output file has more information
|
||||
* Input can be piped in or a file can be specified
|
||||
* Output is shortened for stdout, the output file has more information
|
||||
|
@ -6,8 +6,8 @@ features:
|
||||
so the other projects can use these modules as stable libraries without
|
||||
any maintenance changes.
|
||||
|
||||
* endpoints_client(v2)
|
||||
* roles_client(v2)
|
||||
* services_client(v2)
|
||||
* tenants_client(v2)
|
||||
* users_client(v2)
|
||||
* endpoints_client(v2)
|
||||
* roles_client(v2)
|
||||
* services_client(v2)
|
||||
* tenants_client(v2)
|
||||
* users_client(v2)
|
||||
|
@ -6,10 +6,10 @@ features:
|
||||
so the other projects can use these modules as stable libraries
|
||||
without any maintenance changes.
|
||||
|
||||
* image_members_client(v1)
|
||||
* images_client(v1)
|
||||
* image_members_client(v2)
|
||||
* images_client(v2)
|
||||
* namespaces_client(v2)
|
||||
* resource_types_client(v2)
|
||||
* schemas_client(v2)
|
||||
* image_members_client(v1)
|
||||
* images_client(v1)
|
||||
* image_members_client(v2)
|
||||
* images_client(v2)
|
||||
* namespaces_client(v2)
|
||||
* resource_types_client(v2)
|
||||
* schemas_client(v2)
|
||||
|
@ -6,8 +6,8 @@ features:
|
||||
so the other projects can use these modules as stable libraries without
|
||||
any maintenance changes.
|
||||
|
||||
* endpoints_client(v3)
|
||||
* policies_client (v3)
|
||||
* regions_client(v3)
|
||||
* services_client(v3)
|
||||
* projects_client(v3)
|
||||
* endpoints_client(v3)
|
||||
* policies_client (v3)
|
||||
* regions_client(v3)
|
||||
* services_client(v3)
|
||||
* projects_client(v3)
|
||||
|
@ -6,13 +6,13 @@ features:
|
||||
so the other projects can use these modules as stable libraries
|
||||
without any maintenance changes.
|
||||
|
||||
* availability_zone_client(v1)
|
||||
* availability_zone_client(v2)
|
||||
* extensions_client(v1)
|
||||
* extensions_client(v2)
|
||||
* hosts_client(v1)
|
||||
* hosts_client(v2)
|
||||
* quotas_client(v1)
|
||||
* quotas_client(v2)
|
||||
* services_client(v1)
|
||||
* services_client(v2)
|
||||
* availability_zone_client(v1)
|
||||
* availability_zone_client(v2)
|
||||
* extensions_client(v1)
|
||||
* extensions_client(v2)
|
||||
* hosts_client(v1)
|
||||
* hosts_client(v2)
|
||||
* quotas_client(v1)
|
||||
* quotas_client(v2)
|
||||
* services_client(v1)
|
||||
* services_client(v2)
|
||||
|
@ -5,11 +5,11 @@ features:
|
||||
Add new service clients to the library interface so the other projects can use these modules as stable libraries without
|
||||
any maintenance changes.
|
||||
|
||||
* identity_client(v2)
|
||||
* groups_client(v3)
|
||||
* trusts_client(v3)
|
||||
* users_client(v3)
|
||||
* identity_client(v3)
|
||||
* roles_client(v3)
|
||||
* inherited_roles_client(v3)
|
||||
* credentials_client(v3)
|
||||
* identity_client(v2)
|
||||
* groups_client(v3)
|
||||
* trusts_client(v3)
|
||||
* users_client(v3)
|
||||
* identity_client(v3)
|
||||
* roles_client(v3)
|
||||
* inherited_roles_client(v3)
|
||||
* credentials_client(v3)
|
||||
|
@ -5,5 +5,5 @@ features:
|
||||
http://developer.openstack.org/api-ref/image/v2/metadefs-index.html,
|
||||
there are some apis are not included, add them.
|
||||
|
||||
* namespace_properties_client(v2)
|
||||
* namespace_properties_client(v2)
|
||||
|
||||
|
@ -5,6 +5,6 @@ features:
|
||||
http://developer.openstack.org/api-ref/image/v2/metadefs-index.html,
|
||||
there are some apis are not included, add them.
|
||||
|
||||
* namespace_objects_client(v2)
|
||||
* namespace_tags_client(v2)
|
||||
* namespace_objects_client(v2)
|
||||
* namespace_tags_client(v2)
|
||||
|
||||
|
@ -3,10 +3,10 @@ fixes:
|
||||
- |
|
||||
Allow to specify new domain parameters:
|
||||
|
||||
* `user_domain_name`
|
||||
* `user_domain_id`
|
||||
* `project_domain_name`
|
||||
* `project_domain_id`
|
||||
* ``user_domain_name``
|
||||
* ``user_domain_id``
|
||||
* ``project_domain_name``
|
||||
* ``project_domain_id``
|
||||
|
||||
for CLIClient class, whose values will be substituted to
|
||||
``--os-user-domain-name``, ``--os-user-domain-id``,
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
prelude: >
|
||||
prelude: |
|
||||
This is an intermediate release during the Train development cycle to
|
||||
mark the end of support for Pike in Tempest.
|
||||
After this release, Tempest will support below OpenStack Releases:
|
||||
|
||||
* Stein
|
||||
* Rocky
|
||||
* Queens
|
||||
* Stein
|
||||
* Rocky
|
||||
* Queens
|
||||
|
||||
Current development of Tempest is for OpenStack Train development
|
||||
cycle.
|
||||
|
@ -6,6 +6,6 @@ features:
|
||||
other projects can use these modules as stable libraries
|
||||
without any maintenance changes.
|
||||
|
||||
* account_client
|
||||
* container_client
|
||||
* object_client
|
||||
* account_client
|
||||
* container_client
|
||||
* object_client
|
||||
|
@ -6,5 +6,5 @@ features:
|
||||
other projects can use these modules as stable libraries
|
||||
without any maintenance changes.
|
||||
|
||||
* bulk_middleware_client
|
||||
* capabilities_client
|
||||
* bulk_middleware_client
|
||||
* capabilities_client
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
prelude: >
|
||||
prelude: |
|
||||
This release is to tag the Tempest for OpenStack Rocky release.
|
||||
After this release, Tempest will support below OpenStack Releases:
|
||||
|
||||
* Rocky
|
||||
* Queens
|
||||
* Pike
|
||||
* Ocata
|
||||
* Rocky
|
||||
* Queens
|
||||
* Pike
|
||||
* Ocata
|
||||
|
||||
Current development of Tempest is for OpenStack Stein development
|
||||
cycle. Every Tempest commit is also tested against master during
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
prelude: >
|
||||
prelude: |
|
||||
This release is to tag the Tempest for OpenStack Stein release.
|
||||
This release marks the start of Stein release support in Tempest and
|
||||
the end of support for Ocata in Tempest.
|
||||
After this release, Tempest will support below OpenStack Releases:
|
||||
|
||||
* Stein
|
||||
* Rocky
|
||||
* Queens
|
||||
* Pike
|
||||
* Stein
|
||||
* Rocky
|
||||
* Queens
|
||||
* Pike
|
||||
|
||||
Current development of Tempest is for OpenStack Train development
|
||||
cycle. Every Tempest commit is also tested against master during
|
||||
|
Loading…
x
Reference in New Issue
Block a user