Fix typos in models.py & bind9.filters

TrivialFix

Change-Id: I2019823fff85661ac70531e448c82187fecb541c
This commit is contained in:
zhangyanxian 2016-09-28 02:18:30 +00:00
parent cc981cf4b9
commit 366807f706
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
# Attributes are Key:Value pairs that describe the pool. for example the level # Attributes are Key:Value pairs that describe the pool. for example the level
# of service (i.e. service_tier:GOLD), capabilities (i.e. anycast: true) or # of service (i.e. service_tier:GOLD), capabilities (i.e. anycast: true) or
# other metadata. Users can use this infomation to point their zones to the # other metadata. Users can use this information to point their zones to the
# correct pool # correct pool
attributes: {} attributes: {}

View File

@ -1,7 +1,7 @@
# designate-rootwrap command filters for nodes on which designate is # designate-rootwrap command filters for nodes on which designate is
# expected to control network # expected to control network
# #
# This file should be owned by (and only-writeable by) the root user # This file should be owned by (and only-writable by) the root user
# format seems to be # format seems to be
# cmd-name: filter-name, raw-command, user, args # cmd-name: filter-name, raw-command, user, args

View File

@ -58,7 +58,7 @@ class CollectionModel(BaseModel):
{ {
'collection_name' : [ <models> ], 'collection_name' : [ <models> ],
'links': { <links> }, 'links': { <links> },
'metdata': { <metadata> }, 'metadata': { <metadata> },
} }
""" """