Merge "Fix grammar errors"
This commit is contained in:
@@ -337,7 +337,7 @@ class ModelBuilder(object):
|
|||||||
Create an instance node for the graph using nova and the
|
Create an instance node for the graph using nova and the
|
||||||
`server` nova object.
|
`server` nova object.
|
||||||
:param instance: Nova VM object.
|
:param instance: Nova VM object.
|
||||||
:return: A instance node for the graph.
|
:return: An instance node for the graph.
|
||||||
"""
|
"""
|
||||||
flavor = instance.flavor
|
flavor = instance.flavor
|
||||||
instance_attributes = {
|
instance_attributes = {
|
||||||
|
@@ -29,7 +29,7 @@ class InstanceState(enum.Enum):
|
|||||||
STOPPED = 'stopped' # Instance is shut off, the disk image is still there.
|
STOPPED = 'stopped' # Instance is shut off, the disk image is still there.
|
||||||
RESCUED = 'rescued' # A rescue image is running with the original image
|
RESCUED = 'rescued' # A rescue image is running with the original image
|
||||||
# attached.
|
# attached.
|
||||||
RESIZED = 'resized' # a Instance with the new size is active.
|
RESIZED = 'resized' # an Instance with the new size is active.
|
||||||
|
|
||||||
SOFT_DELETED = 'soft-delete'
|
SOFT_DELETED = 'soft-delete'
|
||||||
# still available to restore.
|
# still available to restore.
|
||||||
|
Reference in New Issue
Block a user