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:
gaofei 2018-01-24 14:08:36 +08:00
parent fe655fef81
commit 6ec582f111
3 changed files with 3 additions and 3 deletions

View File

@ -385,7 +385,7 @@ following procedure::
Otherwise the bug fix won't be able to land in the project.
Handily, `Zuuls cross-repository dependencies
Handily, `Zuul's cross-repository 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
"atomically". To do that, make the patch written in step 1 to depend (refer to

View File

@ -400,7 +400,7 @@ changed.
Examples:
* Good - ``http://example.com:1234/v2.0``
* Wouldnt work - ``http://example.com:1234/xyz/v2.0/``
* Wouldn't work - ``http://example.com:1234/xyz/v2.0/``
(adding prefix/suffix around version etc)
Service Feature Configuration

View File

@ -1,6 +1,6 @@
---
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
``?detail=True`` to ``/detail``.