yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17240
[Bug 1078906] Re: nova quota not in sync with cinder quota
nova has removed the volumes API
** Changed in: nova
Status: Confirmed => Won't Fix
--
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/1078906
Title:
nova quota not in sync with cinder quota
Status in OpenStack Compute (Nova):
Won't Fix
Bug description:
I am using the volume_api_class = nova.volume.cinder.API in the
nova.conf
tenant_id = 316a82031dde46418ab2551886db1afc (demo)
# nova quota-show 316a82031dde46418ab2551886db1afc
+-----------------------------+-------+
| Property | Value |
+-----------------------------+-------+
| cores | 20 |
| floating_ips | 10 |
| gigabytes | 1000 |
| injected_file_content_bytes | 10240 |
| injected_files | 5 |
| instances | 10 |
| metadata_items | 128 |
| ram | 51200 |
| volumes | 20 |
+-----------------------------+-------+
# cinder quota-show 316a82031dde46418ab2551886db1afc
+-----------+-------+
| Property | Value |
+-----------+-------+
| gigabytes | 1000 |
| volumes | 10 |
+-----------+-------+
# nova quota-update 316a82031dde46418ab2551886db1afc --volumes 42
# nova quota-show 316a82031dde46418ab2551886db1afc
+-----------------------------+-------+
| Property | Value |
+-----------------------------+-------+
| cores | 20 |
| floating_ips | 10 |
| gigabytes | 1000 |
| injected_file_content_bytes | 10240 |
| injected_files | 5 |
| instances | 10 |
| metadata_items | 128 |
| ram | 51200 |
| volumes | 42 |
+-----------------------------+-------+
# cinder quota-show 316a82031dde46418ab2551886db1afc
+-----------+-------+
| Property | Value |
+-----------+-------+
| gigabytes | 1000 |
| volumes | 10 |
+-----------+-------+
Both the cinder and the nova does not verify is the tenant-exists or at least looks like a tenant-id.
(I tried with tenant names too. )
Test version:
openstack-nova-volume-2012.2-1.fc18
openstack-cinder-2012.2-1.fc18
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1078906/+subscriptions