Replace curly quotes with straight quotes
Curly quotes usually input from Chinese input method. When read from english context, it makes some confusion. Change-Id: I6209f92de2a5b136c2c16decfe5752f5c44096ff
This commit is contained in:
parent
fe655fef81
commit
6ec582f111
@ -385,7 +385,7 @@ following procedure::
|
|||||||
|
|
||||||
Otherwise the bug fix won't be able to land in the project.
|
Otherwise the bug fix won't be able to land in the project.
|
||||||
|
|
||||||
Handily, `Zuul’s cross-repository dependencies
|
Handily, `Zuul's cross-repository dependencies
|
||||||
<https://docs.openstack.org/infra/zuul/user/gating.html#cross-project-dependencies>`_.
|
<https://docs.openstack.org/infra/zuul/user/gating.html#cross-project-dependencies>`_.
|
||||||
can be leveraged to do without step 2 and to have steps 3 and 4 happen
|
can be leveraged to do without step 2 and to have steps 3 and 4 happen
|
||||||
"atomically". To do that, make the patch written in step 1 to depend (refer to
|
"atomically". To do that, make the patch written in step 1 to depend (refer to
|
||||||
|
@ -400,7 +400,7 @@ changed.
|
|||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
* Good - ``http://example.com:1234/v2.0``
|
* Good - ``http://example.com:1234/v2.0``
|
||||||
* Wouldn’t work - ``http://example.com:1234/xyz/v2.0/``
|
* Wouldn't work - ``http://example.com:1234/xyz/v2.0/``
|
||||||
(adding prefix/suffix around version etc)
|
(adding prefix/suffix around version etc)
|
||||||
|
|
||||||
Service Feature Configuration
|
Service Feature Configuration
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
Fix list_group_snapshots API in v3 group_snapshots_client: Bug#1715786.
|
Fix list_group_snapshots API in v3 group_snapshots_client: Bug#1715786.
|
||||||
The url path for list group snapshots with details API is changed from
|
The url path for list group snapshots with details API is changed from
|
||||||
``?detail=True`` to ``/detail``.
|
``?detail=True`` to ``/detail``.
|
||||||
|
Loading…
Reference in New Issue
Block a user