← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1366059] Re: Missing some entries in Default Quotas display compared to CLI output (floating_ips, fixed_ips, security_groups and security_group_rules)

 

The Nova API does not support the network related quotas mentioned here
in the latest API version (as of Pike), so I am marking this bug as
Won't Fix.

Note that neutron started to provide the default quota value since Pike
release. This can be supported as blueprint, but it is a separate topic.

** Summary changed:

- Missing some entries in Default Quotas display compared to CLI output 
+ Missing some entries in Default Quotas display compared to CLI output (floating_ips, fixed_ips, security_groups and security_group_rules)

** Changed in: horizon
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1366059

Title:
  Missing some entries in Default Quotas display compared to CLI output
  (floating_ips, fixed_ips, security_groups and security_group_rules)

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  OpenStack version: Icehouse

  Issue: Missing some entries in Default Quotas display compared to CLI
  output, namely: floating_ips, fixed_ips, security_groups and
  security_group_rules

  Steps to reproduce:
  1. Log in Horizon Dashboard as admin.
  2. Navigate Admin -> System Panel -> System Info -> Default Quotas tab
  3. Notices the missing entries.

  Output from CLI:
  ubuntu@Controller:/etc/neutron$ nova quota-defaults
  +-----------------------------+-------+
  | Quota                       | Limit |
  +-----------------------------+-------+
  | instances                   | 10    |
  | cores                       | 20    |
  | ram                         | 51200 |
  | floating_ips                | 10    |        <<<<<
  | fixed_ips                   | -1    |     <<<<<
  | metadata_items              | 128   |
  | injected_files              | 5     |
  | injected_file_content_bytes | 10240 |
  | injected_file_path_bytes    | 255   |
  | key_pairs                   | 100   |
  | security_groups             | 10    |     <<<<<
  | security_group_rules        | 20    |     <<<<<
  +-----------------------------+-------+

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


References