← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1263628] [NEW] retrieve network related quota usage info from neutron instead of nova db

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
     Assignee: Yaguang Tang (heut2008)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Yaguang Tang (heut2008)

-- 
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/1263628

Title:
  retrieve network related quota usage info from neutron instead of nova
  db

Status in OpenStack Compute (Nova):
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1263628/+subscriptions


Follow ups

References