yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51270
[Bug 1583701] [NEW] Use correct type for UUIDs
Public bug reported:
Description
===========
In http://developer.openstack.org/api-ref/compute/
there many cases where the Type is a string instead of a uuid.
For example tenant_id:
Name In Type Description
tenant_id path string The UUID of the tenant in a multi-tenancy cloud.
should be:
Name In Type Description
tenant_id path uuid The UUID of the tenant in a multi-tenancy cloud.
Also:
Name In Type Description
servers body array List of server objects.
id body string The UUID of the server.
Name In Type Description
servers body array List of server objects.
id body uuid The UUID of the server.
** Affects: nova
Importance: Undecided
Status: New
--
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/1583701
Title:
Use correct type for UUIDs
Status in OpenStack Compute (nova):
New
Bug description:
Description
===========
In http://developer.openstack.org/api-ref/compute/
there many cases where the Type is a string instead of a uuid.
For example tenant_id:
Name In Type Description
tenant_id path string The UUID of the tenant in a multi-tenancy cloud.
should be:
Name In Type Description
tenant_id path uuid The UUID of the tenant in a multi-tenancy cloud.
Also:
Name In Type Description
servers body array List of server objects.
id body string The UUID of the server.
Name In Type Description
servers body array List of server objects.
id body uuid The UUID of the server.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1583701/+subscriptions
Follow ups