yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62601
[Bug 1675559] [NEW] api-ref: os-extended-volumes:volumes_attached keys are not described
Public bug reported:
In the api-ref for server details we have os-extended-
volumes:volumes_attached which just says it's an array of attached
volumes. At 2.1 it's a list of dicts with a single 'id' key which is the
volume id. After 2.3 the list of dicts can also contain the
'delete_on_termination' key.
We don't describe the actual contents of that dict in the list, i.e. the
id and delete_on_termination keys.
We need to add os-extended-volumes:volumes_attached.id and os-extended-
volumes:volumes_attached.delete_on_termination keys to the server
details reference and note that delete_on_termination is only shown with
microversion >= 2.3.
** Affects: nova
Importance: Medium
Status: Confirmed
** Tags: api-ref
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1675559
Title:
api-ref: os-extended-volumes:volumes_attached keys are not described
Status in OpenStack Compute (nova):
Confirmed
Bug description:
In the api-ref for server details we have os-extended-
volumes:volumes_attached which just says it's an array of attached
volumes. At 2.1 it's a list of dicts with a single 'id' key which is
the volume id. After 2.3 the list of dicts can also contain the
'delete_on_termination' key.
We don't describe the actual contents of that dict in the list, i.e.
the id and delete_on_termination keys.
We need to add os-extended-volumes:volumes_attached.id and os-
extended-volumes:volumes_attached.delete_on_termination keys to the
server details reference and note that delete_on_termination is only
shown with microversion >= 2.3.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1675559/+subscriptions
Follow ups