[Yahoo-eng-team] [Bug 1838522] [NEW] Disabled quotas break floating IPs

2019-07-31 Thread Marek Lyčka
Public bug reported:

Setting  OPENSTACK_NEUTRON_NETWORK['enable_quotas'] breaks the floating
ip allocation dialog in project/instances

To reproduce:

- Make sure OPENSTACK_NEUTRON_NETWORK['enable_quotas'] is set to false
(settings.py, local_settings.py); this is currently the default setting
in master.

- Make sure an instance is running

- Navigate to Project/Instances

- Open the "Associate Floating IP" action for an instance

- Click the + button next to the list of available floating ips

- An IP allocation modal should come up

Two  Issues manifest:

- The quota display in the bottom right of the dialog is broken: it does
not display numbers or the graphical representation of quotas

- Attempting to allocate a new IP by clicking the 'Allocate IP' button
fails with a (non-)exception in Horizon's log; it simply states
'available'. This is caused by an unhandled keyerror
/openstack_dashboard/dashboards/project/floating_ips/forms.py:59. With
disabled quotas, the floatingip dictionary doesn't contain 'available'.

Reproduced on Stein devstack and Horizon master.

** 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/1838522

Title:
  Disabled quotas break floating IPs

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Setting  OPENSTACK_NEUTRON_NETWORK['enable_quotas'] breaks the
  floating ip allocation dialog in project/instances

  To reproduce:

  - Make sure OPENSTACK_NEUTRON_NETWORK['enable_quotas'] is set to false
  (settings.py, local_settings.py); this is currently the default
  setting in master.

  - Make sure an instance is running

  - Navigate to Project/Instances

  - Open the "Associate Floating IP" action for an instance

  - Click the + button next to the list of available floating ips

  - An IP allocation modal should come up

  Two  Issues manifest:

  - The quota display in the bottom right of the dialog is broken: it
  does not display numbers or the graphical representation of quotas

  - Attempting to allocate a new IP by clicking the 'Allocate IP' button
  fails with a (non-)exception in Horizon's log; it simply states
  'available'. This is caused by an unhandled keyerror
  /openstack_dashboard/dashboards/project/floating_ips/forms.py:59. With
  disabled quotas, the floatingip dictionary doesn't contain
  'available'.

  Reproduced on Stein devstack and Horizon master.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1791602] [NEW] Modify Groups clears groups from project

2018-09-10 Thread Marek Lyčka
Public bug reported:

To reproduce

0) Create a project with a security group
1) Go to: Identity > Projects
2) Select the 'Modify Groups' action for the project from step 0
3) Add a different security group to the project and save the changes

After the save goes through:
=> the group will not have been addedto the project
=> all previously assigned groups will have been removed from the project

** Affects: horizon
 Importance: Undecided
     Assignee: Marek Lyčka (mareklycka)
 Status: In Progress

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

Title:
  Modify Groups clears groups from project

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  To reproduce

  0) Create a project with a security group
  1) Go to: Identity > Projects
  2) Select the 'Modify Groups' action for the project from step 0
  3) Add a different security group to the project and save the changes

  After the save goes through:
  => the group will not have been addedto the project
  => all previously assigned groups will have been removed from the project

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1792127] [NEW] Silently Failing Floating IP Association

2018-09-12 Thread Marek Lyčka
Public bug reported:

To reproduce:

1) Go to Compute > Instances
2) Open the actions menu for an instance and click "Associate Floating IP"
3) Leave the default values in both offered dropdowsn in the Floating IP pop-up 
and click "Associate"

=> Nothing should happen; when opened, the browser JavaScript console
should contain the following error messages:

An invalid form control with name='ip_id' is not focusable.
An invalid form control with name='instance_id' is not focusable.

** 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/1792127

Title:
  Silently Failing Floating IP Association

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  To reproduce:

  1) Go to Compute > Instances
  2) Open the actions menu for an instance and click "Associate Floating IP"
  3) Leave the default values in both offered dropdowsn in the Floating IP 
pop-up and click "Associate"

  => Nothing should happen; when opened, the browser JavaScript console
  should contain the following error messages:

  An invalid form control with name='ip_id' is not focusable.
  An invalid form control with name='instance_id' is not focusable.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1818508] [NEW] Image source failure

2019-03-04 Thread Marek Lyčka
Public bug reported:

When launching instances through the NG dialog, Images can't be selected
as source.

To reproduce:
1) Open the launch instance dialog
2) Open the "Source" tab/step
3) Select "Image" in the "Select Boot Source" dropdown
=> No options for Images are displayed in the bottom portion of the dialog
=> The browser JS console displays:

Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use
'track by' expression to specify unique keys. Repeater: row in
ctrl.tableData.displayedAvailable track by row.id...

** Affects: horizon
     Importance: Undecided
 Assignee: Marek Lyčka (mareklycka)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) => Marek Lyčka (mareklycka)

** Changed in: horizon
   Status: New => In Progress

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

Title:
  Image source failure

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  When launching instances through the NG dialog, Images can't be
  selected as source.

  To reproduce:
  1) Open the launch instance dialog
  2) Open the "Source" tab/step
  3) Select "Image" in the "Select Boot Source" dropdown
  => No options for Images are displayed in the bottom portion of the dialog
  => The browser JS console displays:

  Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use
  'track by' expression to specify unique keys. Repeater: row in
  ctrl.tableData.displayedAvailable track by row.id...

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1818823] [NEW] Missing community image name

2019-03-06 Thread Marek Lyčka
Public bug reported:

When listing instances in the main instance table, instances launched
from community images have a dash ("-") in the image name cell rather
than the name of the image.

** 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/1818823

Title:
  Missing community image name

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When listing instances in the main instance table, instances launched
  from community images have a dash ("-") in the image name cell rather
  than the name of the image.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1781911] [NEW] Network Topology: Popup delete doesn't work

2018-07-16 Thread Marek Lyčka
Public bug reported:

There are two problems with the device delete button in the network
topology panel pop-ups:

* The delete button doesn't appear
* When the code is hacked to force the button to appear, the deletion
  doesn't go through after confirmation through the confirmation modal;
  horizon hangs on a loading modal instead. (Only effects the flat
  topology view)

** Affects: horizon
 Importance: Undecided
 Assignee: Marek Lyčka (mareklycka)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Marek Lyčka (mareklycka)

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

Title:
  Network Topology: Popup delete doesn't work

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There are two problems with the device delete button in the network
  topology panel pop-ups:

  * The delete button doesn't appear
  * When the code is hacked to force the button to appear, the deletion
doesn't go through after confirmation through the confirmation modal;
horizon hangs on a loading modal instead. (Only effects the flat
topology view)

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1713478] [NEW] Abstracted user settings

2017-08-28 Thread Marek Lyčka
Public bug reported:

Currently, user settings such as language and timezone are stored in
sessions and cookies. This is less then ideal, as they are lost when
moving between systems, browsers etc.

We would like to abstract out a generic settings writing and reading
interface to replace the hard coded system. Once this interface is
established, individual storage backends can be implemented to provide
different behaviors as needed and easily slotted into place, e.g.: db
based storage.

** Affects: horizon
 Importance: Undecided
 Assignee: Marek Lyčka (mareklycka)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Marek Lyčka (mareklycka)

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

Title:
  Abstracted user settings

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Currently, user settings such as language and timezone are stored in
  sessions and cookies. This is less then ideal, as they are lost when
  moving between systems, browsers etc.

  We would like to abstract out a generic settings writing and reading
  interface to replace the hard coded system. Once this interface is
  established, individual storage backends can be implemented to provide
  different behaviors as needed and easily slotted into place, e.g.: db
  based storage.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1713497] [NEW] Unordered projects

2017-08-28 Thread Marek Lyčka
Public bug reported:

When creating a user in the identity dashboard, the primary project
combo options aren't ordered, making it virtually impossible to navigate
when a large number of projects is available in the system.

** Affects: horizon
 Importance: Undecided
 Assignee: Marek Lyčka (mareklycka)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) => Marek Lyčka (mareklycka)

** Description changed:

  When creating a user in the identity dashboard, the primary project
  combo options aren't ordered, making it virtually impossible to navigate
- when a large number of projects are available in the system.
+ when a large number of projects is available in the system.

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

Title:
  Unordered projects

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  When creating a user in the identity dashboard, the primary project
  combo options aren't ordered, making it virtually impossible to
  navigate when a large number of projects is available in the system.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1716834] [NEW] Network Topology graph "twitches"

2017-09-12 Thread Marek Lyčka
Public bug reported:

The Network Topology graph goes through periodic updates to synchronize
server data. On each update, the graph is redrawn which causes visual
glitching. Depending on the graph complexity, this may manifest anywhere
from a slight 'twitch' to a full blown node reorganization which may
completely change the way the graph looks.

** Affects: horizon
 Importance: Undecided
 Assignee: Marek Lyčka (mareklycka)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Marek Lyčka (mareklycka)

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

Title:
  Network Topology graph "twitches"

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The Network Topology graph goes through periodic updates to
  synchronize server data. On each update, the graph is redrawn which
  causes visual glitching. Depending on the graph complexity, this may
  manifest anywhere from a slight 'twitch' to a full blown node
  reorganization which may completely change the way the graph looks.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1718666] [NEW] Unused views in Network Topology

2017-09-21 Thread Marek Lyčka
Public bug reported:

There are three "hidden" views in Network topology:

network_topology/router
network_topology/network
network_topology/instance?

These views are navigable to and in certain, edge
scenarios are redirected to. These pages are unstyled
and seem to serve no real purpose. Their URLs, however
are used for delete operations.

** Affects: horizon
 Importance: Undecided
 Assignee: Marek Lyčka (mareklycka)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Marek Lyčka (mareklycka)

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

Title:
  Unused views in Network Topology

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There are three "hidden" views in Network topology:

  network_topology/router
  network_topology/network
  network_topology/instance?

  These views are navigable to and in certain, edge
  scenarios are redirected to. These pages are unstyled
  and seem to serve no real purpose. Their URLs, however
  are used for delete operations.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1720327] [NEW] Network Topology: Missing interface delete button

2017-09-29 Thread Marek Lyčka
Public bug reported:

When switching to HA, the delete buttons for interfaces in Network
Topology (both graph and flat) stopped being displayed in the pop up
bubbles when their device_owner is set to
'ha_router_replicated_interface'.

** Affects: horizon
 Importance: Undecided
 Assignee: Marek Lyčka (mareklycka)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Marek Lyčka (mareklycka)

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

Title:
  Network Topology: Missing interface delete button

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When switching to HA, the delete buttons for interfaces in Network
  Topology (both graph and flat) stopped being displayed in the pop up
  bubbles when their device_owner is set to
  'ha_router_replicated_interface'.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1733324] [NEW] Network Topology: broken deletion

2017-11-20 Thread Marek Lyčka
Public bug reported:

All deletions in the graph tab of Network Topology are broken; when
"delete..." is clicked in the confirmation pop up, a "Working" animation
comes up, but the operation never finishes and the animation never
disappears.

** Affects: horizon
 Importance: Undecided
 Assignee: Marek Lyčka (mareklycka)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Marek Lyčka (mareklycka)

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

Title:
  Network Topology: broken deletion

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  All deletions in the graph tab of Network Topology are broken; when
  "delete..." is clicked in the confirmation pop up, a "Working"
  animation comes up, but the operation never finishes and the animation
  never disappears.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp