From bdc7190beacffc8212687abcd5227f1d9aa1bfb3 Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 14 Feb 2018 06:03:36 +0800 Subject: [PATCH] Replace Chinese quotes to English quotes Change-Id: I4ccec37a8ff3444ad43488c600cf01c860c7937c --- specs/newton/hpb-support.rst | 10 +++++----- specs/ocata/add-db-manage-purge.rst | 2 +- specs/ocata/scenario-tests.rst | 22 +++++++++++----------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/specs/newton/hpb-support.rst b/specs/newton/hpb-support.rst index 52d8854..5636cb3 100644 --- a/specs/newton/hpb-support.rst +++ b/specs/newton/hpb-support.rst @@ -82,11 +82,11 @@ To reuse the feature, the vnic_type must be set to ``baremetal`` during port creation. Furthermore it's needed to add some network information to the port create, like:: - “binding:profile”: { - “local_link_information”: [{ - “switch_id”: 00-12-ff-e1-0d, - “port_id”: dd013:12:33:4, - “switch_info”: {“switch_ip“: "10.0.0.1} + "binding:profile": { + "local_link_information": [{ + "switch_id": 00-12-ff-e1-0d, + "port_id": dd013:12:33:4, + "switch_info": {"switch_ip": 10.0.0.1} }] } diff --git a/specs/ocata/add-db-manage-purge.rst b/specs/ocata/add-db-manage-purge.rst index f44961b..d38d2e9 100644 --- a/specs/ocata/add-db-manage-purge.rst +++ b/specs/ocata/add-db-manage-purge.rst @@ -48,7 +48,7 @@ Operators should have the ability to purge deleted rows, possibly on a schedule (cron job) or as needed (Before an upgrade, prior to maintenance). The intended use would be to specify a number of days prior to today for deletion, e.g. "manila-manage db purge 10" would purge deleted rows that -have the “deleted_at” column greater than 10 days ago +have the "deleted_at" column greater than 10 days ago Proposed change =============== diff --git a/specs/ocata/scenario-tests.rst b/specs/ocata/scenario-tests.rst index 0e770c0..0caf3d0 100644 --- a/specs/ocata/scenario-tests.rst +++ b/specs/ocata/scenario-tests.rst @@ -48,12 +48,12 @@ Prerequisites for scenarios: * Depending on share driver mode, it can be required to create share-network with or without security-services. -* Depending on protocol, its versions and access type, “mount” operations +* Depending on protocol, its versions and access type, "mount" operations should be defined explicitly. Scenario tests assume it as predefined and known. Hence, scenarios do not include difference between access type (IP, User, Cert). Due to this, scenario tests should be - data driven by “access_type”, “access_proto”, “access_level” and - “mount command with all expected options”. + data driven by "access_type", "access_proto", "access_level" and + "mount command with all expected options". * **Bold texts** depend on specific implementations and can be unsupported by share backends. * Text in brackets depend on share driver configuration and may be optional. @@ -268,13 +268,13 @@ _`3) Relationships between source shares and child shares` - Try mount S1 to UVM - ok, mounted * - 6 - - Create “file1” + - Create "file1" - ok, created * - 7 - Create snapshot SS1 from S1 - ok, created * - 8 - - Create “file2” in share S1 + - Create "file2" in share S1 - ok, created. We expect that snapshot will not contain any data created after snapshot creation. * - 9 @@ -292,16 +292,16 @@ _`3) Relationships between source shares and child shares` - ok, mounted * - 13 - List files on S2 - - only “file1” exists + - only "file1" exists * - 14 - Create file3 on S2 - ok, file created * - 15 - List files on S1 - - two files exist - “file1” and “file2” + - two files exist - "file1" and "file2" * - 16 - List files on S2 - - two files exist - “file1” and “file3” + - two files exist - "file1" and "file3" * - 17 - Unmount S1 and S2 - ok, unmounted @@ -348,7 +348,7 @@ _`4) Create/extend share and write data` - Try mount S1 to UVM - ok, mounted * - 6 - - Create “file1” + - Create "file1" - ok, created * - 7 - Fill file1 with data as possible @@ -968,10 +968,10 @@ _`12) Migrate share and write data` - Unmount share S1 - ok, unmounted * - 8 - - Do “migration-start” + - Do "migration-start" - ok, finished. 1 phase is completed. * - 9 - - Do “migration-complete” + - Do "migration-complete" - ok, share instance only one - new one. it has previously created file1. * - 10 - Try mount S1 to UVM