nova floatingip quota conflicts with neutron floating ip quota

Bug #1263628 reported by Yaguang Tang
This bug report is a duplicate of:  Bug #1186354: Limits API doesn't work with Neutron. Edit Remove
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
In Progress
Medium
Yaguang Tang

Bug Description

nova quota-show conflicts neutron quota-show

neutron quota-show

# neutron quota-show
----------------------------
| Field | Value |
----------------------------
| Floatingip | 50 | ←
| Network | 10 |
| Port | 50 |
| Router | 10 |
| Security_group | 10 |
| Security_group_rule | 100 |
| Subnet | 10 |
----------------------------

# Nova quota-show
------------------------------------
| Property | Value |
------------------------------------
| Metadata_items | 128 |
| Injected_file_content_bytes | 10240 |
| Ram | 51200 |
| Floating_ips | 10 | ←
| Key_pairs | 100 |
| Instances | 10 |
| Security_group_rules | 20 |
| Injected_files | 5 |
| Cores | 20 |
| Fixed_ips | -1 |
| Injected_file_path_bytes | 255 |
| Security_groups | 10 |

security_groups, floating_ips security_group_rule should get from neutron when using Nuetron as network service.

Tags: api network
Yaguang Tang (heut2008)
Changed in nova:
assignee: nobody → Yaguang Tang (heut2008)
Michael Still (mikal)
Changed in nova:
status: New → Triaged
importance: Undecided → Medium
tags: added: network
Revision history for this message
Joe Gordon (jogo) wrote :

When we are using neutron perhaps we should just disable the security_groups, floating_ips security_group_rule quota options. This goes in line with 'we don't want to be the proxy for all other services.' And to make for a clean user experience we should hide the complexity of having many different services behind a unified openstack client

Yaguang Tang (heut2008)
summary: - retrieve network related quota usage info from neutron instead of nova
- db
+ nova floatingip quota conflicts with neutron floating ip quota
Revision history for this message
Matt Riedemann (mriedem) wrote :

This is related to bug 1186354.

tags: added: api
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

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

Changed in nova:
status: Triaged → 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.