Replace Chinese quotes with English quotes

Change-Id: I4c0623c8a1ca9ed8ef0e517cdba8b411bf17b3a4
This commit is contained in:
zhangdebo 2018-05-23 15:32:21 +08:00
parent 5a4292e6a0
commit 2a1301dda9
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
Qinling Glossary
================
As the Qinling project evolves, its important that people working on Qinling,
As the Qinling project evolves, it's important that people working on Qinling,
users using Qinling, and operators deploying Qinling use a common set of
terminology in order to avoid misunderstandings and confusion. To that end, we
are providing the following glossary of terms.
are providing the following glossary of terms.

View File

@ -10,7 +10,7 @@ Support Qinling function versioning
https://storyboard.openstack.org/#!/story/2001587
Function versions are like git commits, theyre snapshots of your project
Function versions are like git commits, they're snapshots of your project
history. Each version has a number that serves as its ID, starting with 1 and
incrementing up, and never reused. The code for a published version of a
function is immutable (i.e. cannot be changed). So, a version number

View File

@ -5,7 +5,7 @@
state: present
update_cache: yes
- name: Add Dockers official GPG key
- name: Add Docker's official GPG key
apt_key:
url: https://download.docker.com/linux/ubuntu/gpg
state: present