OpenStack Quota UUID and Name Have Different Values
Issue
-
When listing quotas by name and uuid, the values are different, but they should be the same
[stack@director ~]$ openstack quota show [node_name] +----------------------+----------------------------------+ | Field | Value | +----------------------+----------------------------------+ ... | cores | 4 | | gigabytes | 102400 | ...
[stack@director ~]$ openstack quota show [node_uuid] ... | cores | 20 | | gigabytes | 5 | ...
Environment
- Red Hat OpenStack Platform 8
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.