Comment 0 for bug 1457598

Revision history for this message
George Shuklin (george-shuklin) wrote :

Horizon version:

openstack-dashboard 1:2014.2.2-0ubuntu1~cloud0
python-django-horizon 1:2014.2.2-0ubuntu1~cloud0

Steps to reproduce:

1. Disable router extension in neutron (empty service_plugins in neutron.conf)
2. Disable routers in horizon OPENSTACK_NEUTRON_NETWORK = { 'enable_router': False, ...
3. Try to change quotas for tenant

Expected behaviour:

1. Quotes dialogue without fields 'routers/floatingips'
2. Changes in quotas can be saved.

Actual behaviour:

1. Interface shows empty fields routers and quotas
2. Attempt to save quotas without changes fails (see screenshot), complaining about 'this field is required'.
3. Any values in this fields rejected by server: 'Error: Modified project information and members, but unable to modify project quotas.'