← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1450318] [NEW] Create security group button gone

 

Public bug reported:

We upgraded our dashboard to juno and now the "Create Security Group"
button has disappeared.

I've tracked this down to a key error in class
CreateGroup(tables.LinkAction) method allowed:

if usages['security_groups']['available'] <= 0:

KeyError: ('available',)

pp usages['security_groups']
{'quota': 10}

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  Create security group button gone

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We upgraded our dashboard to juno and now the "Create Security Group"
  button has disappeared.

  I've tracked this down to a key error in class
  CreateGroup(tables.LinkAction) method allowed:

  if usages['security_groups']['available'] <= 0:

  KeyError: ('available',)

  pp usages['security_groups']
  {'quota': 10}

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


Follow ups

References