Unable to update/reset quota in neutron after installation of devstack

Bug #1198165 reported by Rajalakshmi Ganesan
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
neutron
In Progress
Undecided
Attila Fazekas

Bug 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 difficult to add the entry and re-run quantum service alone again lonely for this sake.

description: updated
affects: devstack → neutron
summary: - Unable to update/reset quota after installation of devstack
+ Unable to update/reset quota in neutron after installation of devstack
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/38591

Changed in neutron:
assignee: nobody → Attila Fazekas (afazekas)
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.