Fix typos in models.py & bind9.filters
TrivialFix Change-Id: I2019823fff85661ac70531e448c82187fecb541c
This commit is contained in:
parent
cc981cf4b9
commit
366807f706
@ -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: {}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -58,7 +58,7 @@ class CollectionModel(BaseModel):
|
|||||||
{
|
{
|
||||||
'collection_name' : [ <models> ],
|
'collection_name' : [ <models> ],
|
||||||
'links': { <links> },
|
'links': { <links> },
|
||||||
'metdata': { <metadata> },
|
'metadata': { <metadata> },
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user