Activity log for bug #1198165

Date Who What changed Old value New value Message
2013-07-05 12:34:31 Rajalakshmi Ganesan bug added bug
2013-07-05 12:34:46 Rajalakshmi Ganesan description We are unable to update/reset quota after installation of devstack. We are required to add an entry "quota_driver = quantum.db.quota_db.DbQuotaDriver" and restart quantum service so as to enable editing of quantum values. As the permission is any how given only to "admin" it would be appropriate to enable editing by default when devstack is up and running. ubuntu@devstack-havana1:/opt/stack$ env | grep OS OS_PASSWORD=Openstack1 OS_AUTH_URL=http://10.4.48.14:5000/v2.0 OS_USERNAME=admin OS_TENANT_NAME=admin OS_CACERT=/opt/stack/data/CA/int-ca/ca-chain.pem OS_NO_CACHE=1 LESSCLOSE=/usr/bin/lesspipe %s %s ubuntu@devstack-havana1:/opt/stack$ quantum quota-show +---------------------+-------+ | Field | Value | +---------------------+-------+ | floatingip | 50 | | network | 10 | | port | 50 | | router | 10 | | security_group | 10 | | security_group_rule | 100 | | subnet | 10 | +---------------------+-------+ ubuntu@devstack-havana1:/opt/stack$ quantum quota-update --port 55 {"QuantumError": "Access was denied to this resource."} ubuntu@devstack-havana1:/opt/stack$ It is dificult to add the entry and re-run quantum service alone again lonely for this sake. We are unable to update/reset quota after installation of devstack. We are required to add an entry "quota_driver = quantum.db.quota_db.DbQuotaDriver" and restart quantum service so as to enable editing of quantum values. As the permission is any how given only to "admin" it would be appropriate to enable editing by default when devstack is up and running. ubuntu@devstack-havana1:/opt/stack$ env | grep OS OS_PASSWORD=Openstack1 OS_AUTH_URL=http://10.4.48.14:5000/v2.0 OS_USERNAME=admin OS_TENANT_NAME=admin OS_CACERT=/opt/stack/data/CA/int-ca/ca-chain.pem OS_NO_CACHE=1 LESSCLOSE=/usr/bin/lesspipe %s %s ubuntu@devstack-havana1:/opt/stack$ quantum quota-show +---------------------+-------+ | Field | Value | +---------------------+-------+ | floatingip | 50 | | network | 10 | | port | 50 | | router | 10 | | security_group | 10 | | security_group_rule | 100 | | subnet | 10 | +---------------------+-------+ ubuntu@devstack-havana1:/opt/stack$ quantum quota-update --port 55 {"QuantumError": "Access was denied to this resource."} ubuntu@devstack-havana1:/opt/stack$ It is difficult to add the entry and re-run quantum service alone again lonely for this sake.
2013-07-23 05:20:05 Rajalakshmi Ganesan affects devstack neutron
2013-07-23 05:21:11 Rajalakshmi Ganesan summary Unable to update/reset quota after installation of devstack Unable to update/reset quota in neutron after installation of devstack
2013-07-23 08:08:55 Attila Fazekas bug added subscriber Attila Fazekas
2013-07-25 06:56:49 OpenStack Infra neutron: status New In Progress
2013-07-25 06:56:49 OpenStack Infra neutron: assignee Attila Fazekas (afazekas)
2013-07-26 01:26:56 Armando Migliaccio marked as duplicate 1189671