[Yahoo-eng-team] [Bug 1658137] [NEW] volume backups fail if no container name provided

2017-01-20 Thread Eric Peterson
Public bug reported: if no container name is provided, horizon ends up passing "" to the cinder client api call. This is an invalid container name - None is the correct value to pass for this to work as desired. ** Affects: cinder Importance: Undecided Status: New ** Affects:

[Yahoo-eng-team] [Bug 1656101] [NEW] delete swift container does not work

2017-01-12 Thread Eric Peterson
Public bug reported: When trying to delete a container within swift, we get a pop-up to confirm we want it deleted. If you act very quickly, you can confirm "yes" and delete the container. If you are slow, you get redirected back to the overview / home page. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1655718] [NEW] nav bar intermittently does not display

2017-01-11 Thread Eric Peterson
Public bug reported: >From time to time, the left hand nav bar does not display correctly. This seems to occur a bit more frequently when you switch projects with different roles (admin to _member_ or back and fort), and also occurs when horizon is provided by several backend servers (behind a

[Yahoo-eng-team] [Bug 1651234] [NEW] login page missing "sign in" button

2016-12-19 Thread Eric Peterson
Public bug reported: The login page "Sign In" button is not showing up. It looks like this was introduced with this fix: https://review.openstack.org/#/c/376064/ Proposing to revert that patch. ** Affects: horizon Importance: Critical Assignee: Eric Peterson (eric

[Yahoo-eng-team] [Bug 1646974] [NEW] NG images panel does not show deactived status

2016-12-02 Thread Eric Peterson
Public bug reported: The angular images panel does not always show deactivated image status correctly. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1642406] [NEW] transfer table icons in launch instance are not intuitive

2016-11-16 Thread Eric Peterson
Public bug reported: The button icons use + / - and really the arrow buttons are more appropriate for moving items up/down. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress ** Changed in: horizon Assignee: (unassigned

[Yahoo-eng-team] [Bug 1634205] [NEW] glance image list private images fails

2016-10-17 Thread Eric Peterson
Public bug reported: Trying to list private images on the glance / images panel yields an error. It looks like Private should actually be private instead. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: New ** Changed in: horizon

[Yahoo-eng-team] [Bug 1628661] [NEW] horizon tox -e cover not working

2016-09-28 Thread Eric Peterson
Public bug reported: running "tox -e cover" is now yielding this failure: OK (SKIP=8) Destroying test database for alias 'default'... cover runtests: commands[3] | coverage combine cover runtests: commands[4] | coverage xml No data to report. ERROR: InvocationError:

[Yahoo-eng-team] [Bug 1618513] [NEW] nova quota policy with details seems broken

2016-08-30 Thread Eric Peterson
Public bug reported: The default policy for this call: novaclient(request).quotas.get(tenant_id, detail=True) fails unless I am an admin type user. This doesn't seem to make sense, as an _member_ type user, I can still find all the details just the same. This just makes user do many more

[Yahoo-eng-team] [Bug 1604599] [NEW] material theme _footer.html does not work well

2016-07-19 Thread Eric Peterson
Public bug reported: if you use the material theme and then try to add a _footer.html file for a consistent footer, the content is not laid out well at all. There are docs on how to add a simple _footer.html, and this should not require heavy lifting in sccs etc just to get some footer content

[Yahoo-eng-team] [Bug 1603146] [NEW] create network with subnet broken for non admins

2016-07-14 Thread Eric Peterson
Public bug reported: https://bugs.launchpad.net/horizon/+bug/1398845 Broke network creation for normal users, that also want to create a subnet. The policy check is not the correct one to use, as there is no existing network to check ownership against. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1598302] [NEW] failed forms are not calling correct context data

2016-07-01 Thread Eric Peterson
Public bug reported: The base form class has a form_invalid implementation. This class calls the super get context data, which then makes it so my form does not have the context data I would normally expect to have. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson

[Yahoo-eng-team] [Bug 1596568] [NEW] new (ng) swift browser cannot work with duplicate folder names

2016-06-27 Thread Eric Peterson
Public bug reported: Seeing that the new swift ui cannot handle duplicate pseudo folder names : d8f1634c7721.js:1235 Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: item in items track by item[config.trackId],

[Yahoo-eng-team] [Bug 1591314] [NEW] subnet quota usage is not correct for admin users

2016-06-10 Thread Eric Peterson
Public bug reported: When a user has the admin role, the count of used subnets is that of all subnets in existence (in that region). This makes it so admin users cannot create subnets. The other parts of the quota code does some filtering to ensure only resources for the current project are

[Yahoo-eng-team] [Bug 1590868] [NEW] valid sec group protocols contains bad text

2016-06-09 Thread Eric Peterson
Public bug reported: When creating a security group rule, we have help text that says -1 is a valid option. We have a validator that does not allow -1. The neutron client also does not support -1. I believe we just need help text corrected. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1586527] [NEW] horizon should support live migration using nova scheduler

2016-05-27 Thread Eric Peterson
as ideal. Horizon should add the option of having the nova scheduler place the VM. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1550505] [NEW] unable to change anything for any/all projects

2016-02-26 Thread Eric Peterson
Public bug reported: We are unable to make any changes for a project, this is related to the quotas and calculation of quotas for subnets. As an admin, the subnet list count is giving me a high number, say 1000. This is because it is listing all subnets everywhere. When I try to make changes to

[Yahoo-eng-team] [Bug 1548531] [NEW] remove keypair warning text is insufficient

2016-02-22 Thread Eric Peterson
Public bug reported: We have users remove keypairs a little too freely. We would like to improve the error message / warning text for users. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress ** Changed in: horizon

[Yahoo-eng-team] [Bug 1548369] [NEW] horizon heat template upload fails to parse

2016-02-22 Thread Eric Peterson
Public bug reported: This bug is not 100% reliable to reproduce, and occurs only when running under wsgi / apache in my testing. Developers will not typically see this bug. When wsgi is tuned to have multiple processes, the heat template upload can have parse failures. These errors do not show

[Yahoo-eng-team] [Bug 1541525] [NEW] the ui for managing volume attachments is confusing

2016-02-03 Thread Eric Peterson
Public bug reported: My users have been complaining that horizon's ui for managing volume attachment to vms is very strange / tough to use. Would like to see some other approach / ideas. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1531341] [NEW] heat resource drill down page explodes / fails

2016-01-05 Thread Eric Peterson
Public bug reported: Recent horizon changes https://github.com/openstack/horizon/commit/f38ddf20323ca1e278caa37013871b65013a0e81#diff-15e3003726d7b90816528ee8248b000f as well as some likely changes with the heat client have made it so the heat resource drill down page does some really awful

[Yahoo-eng-team] [Bug 1521747] [NEW] nova usage call is not accurate for resized images

2015-12-01 Thread Eric Peterson
Public bug reported: The detailed response from the nova usage call, reports invalid instance size info if the instance has been resized. This API is used by Horizon, which is how we found this. Steps to reproduce: 1) Create an instance, say small 2) resize the instance, something like large

[Yahoo-eng-team] [Bug 1504680] [NEW] support default dns servers for subnet creation

2015-10-09 Thread Eric Peterson
Public bug reported: When creating a subnet, users currently have a blank screen presented to them for dns servers. For our deployment, we would like to have a configuration setting where we can provide some default dns servers to use. This seems like a common need, for operators to ask that

[Yahoo-eng-team] [Bug 1499800] [NEW] lbaas associate floating ip shows up when no vip present

2015-09-25 Thread Eric Peterson
Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress ** Changed in: horizon Assignee: (unassigned) => Eric Peterson (ericpeterson-l) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSt

[Yahoo-eng-team] [Bug 1497448] [NEW] admin system info page shows useless data, hides useful data

2015-09-18 Thread Eric Peterson
stuff. ** Affects: horizon Importance: Medium Assignee: Eric Peterson (ericpeterson-l) Status: Confirmed ** Changed in: horizon Assignee: (unassigned) => Eric Peterson (ericpeterson-l) -- You received this bug notification because you are a member of Yahoo! Engineer

[Yahoo-eng-team] [Bug 1494358] [NEW] topology view does not support multi-networked instances where 1 network is outside of tenant

2015-09-10 Thread Eric Peterson
Public bug reported: We have instances which have multiple ports, one port goes into the tenant network - and the other port goes into a network which is not visible to the tenant. ( This other network is used as a control plane for lbaas management) With these instances, they only *sometimes*

[Yahoo-eng-team] [Bug 1493581] [NEW] navigation checkmarks in safari display poorly

2015-09-08 Thread Eric Peterson
Public bug reported: The check marks for selected project etc do not display well in safari / mac. They essentially get placed on top of the project name, and it looks bad. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress

[Yahoo-eng-team] [Bug 1493433] [NEW] "No volume type" in volume create screen is not a great default

2015-09-08 Thread Eric Peterson
Public bug reported: If a deployment has defined volume types, having "No volume type" show up as the first item in the list is not a great experience. Instead: "No volume type" should show up when cinder has 0 volume types defined. -otherwise- Use the list from cinder's api call. ** Affects:

[Yahoo-eng-team] [Bug 1491997] [NEW] require keypair follow on for ng launch instance

2015-09-03 Thread Eric Peterson
Public bug reported: There was a small change to add a required field for launch instance: https://bugs.launchpad.net/horizon/+bug/1283148 This new config setting should be used within ng launch instance as well. ** Affects: horizon Importance: Medium Status: Confirmed -- You

[Yahoo-eng-team] [Bug 1489912] [NEW] ha dhcp agents and port mismatch kills dhcp for a tenant network

2015-08-28 Thread Eric Peterson
Public bug reported: We have a setup with 3 control nodes, and each tenant network gets 2 dhcp agents. Most of the time, this works fine / well. However, we have seen where the dhcp agents assigned to a network might point to control nodes 1 2 - but the port listing for the tenant network has

[Yahoo-eng-team] [Bug 1212358] Re: django openstack auth is granting permissions for services outside of current region

2015-08-21 Thread Eric Peterson
** Changed in: horizon Status: Confirmed = Fix Released -- 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/1212358 Title: django openstack auth is granting

[Yahoo-eng-team] [Bug 1485764] [NEW] left hand nav border color does not work on big tables

2015-08-17 Thread Eric Peterson
Public bug reported: When the data table displayed requires vertical scrolling, the left hand nav's background coloring cuts off eventually as it is sized to 100% of the display area. It looks like: http://pasteboard.co/2Ni16M2C.png ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1484623] [NEW] horizon customization docs are vague

2015-08-13 Thread Eric Peterson
Public bug reported: The tactic of using the overrides file vs the enabled folder vs other means is unclear to plugin developers. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress ** Changed in: horizon Assignee

[Yahoo-eng-team] [Bug 1478710] [NEW] two launch instances showing up in network topo map

2015-07-27 Thread Eric Peterson
Public bug reported: We have disabled old launch instance, and enabled the new launch instance. When we access the network topo page, we see two launch instance buttons. ** Affects: horizon Importance: Undecided Status: New ** Tags: low-hanging-fruit ** Tags added:

[Yahoo-eng-team] [Bug 1476252] [NEW] lbaas table actions are not implemented well

2015-07-20 Thread Eric Peterson
Public bug reported: The lbaas table actions all use a post() call with a lot of if/then/else blocks checking the actions. This makes extending this page very tricky, and does not follow documentation and examples / best practices of how to implement table actions in a more flexible / extensible

[Yahoo-eng-team] [Bug 1476383] [NEW] collectstatic and compress are not producing consistent results

2015-07-20 Thread Eric Peterson
Public bug reported: I have 3 identical machines (host names are different), and I have an ansible script to deploy horizon. As part of the script we run collectstatic and compress by hand (offline compression). Each machine's static contents looks slightly different. This causes horizon to

[Yahoo-eng-team] [Bug 1475447] [NEW] frequent changes in settings.py causes problems for deployers

2015-07-16 Thread Eric Peterson
Public bug reported: there are lots of changes recently, especially around fd.populate_horizon_config() calls deployers find the need to make changes to settings.py and local_settings.py, because of what can be done where. The churn in settings.py should be minimized, especially around

[Yahoo-eng-team] [Bug 1473978] [NEW] static url path does not work consistently

2015-07-13 Thread Eric Peterson
Public bug reported: When the static url path is something like: /static And the dashboard path is something like /horizon or /dashboard Then the old launch instance works fine and other js libraries are also ok/fine. When I configure horizon to use the new launch instance screen (and disable

[Yahoo-eng-team] [Bug 1473549] [NEW] launch instance should add config for require ssh key

2015-07-10 Thread Eric Peterson
Public bug reported: The launch instance flow has a config control for OPENSTACK_HYPERVISOR_FEATURES['can_set_password'] which allows a deployment to decide if the password should be prompted for during instance creation. If a password is not possible to set, then it is very likely that an ssh

[Yahoo-eng-team] [Bug 1472687] [NEW] local_settings HORIZON_CONFIG is over writing previously defined config

2015-07-08 Thread Eric Peterson
Public bug reported: the local_settings.py example file redefines the HORIZON_CONFIG section of config info. This creates confusion as to what is used why and where to make changes. The correct way is to have the local_settings.py example do things like: HORIZON_CONFIG[password_validator] or

[Yahoo-eng-team] [Bug 1463181] [NEW] ID panels with long role names / role lists display poorly

2015-06-08 Thread Eric Peterson
Public bug reported: See this screen shot: http://pasteboard.co/14TpE09S.png The longer role names or having multiple roles is not working well beyond the most basic _member_ admin type roles. ** Affects: horizon Importance: Undecided Status: New ** Tags: low-hanging-fruit ops

[Yahoo-eng-team] [Bug 1463050] [NEW] horizon.messages for table action allowed() calls does not display at the correct time

2015-06-08 Thread Eric Peterson
Public bug reported: Seeing that the table action allowed() call (for a table action, not a row action) has an exception / error - and then makes a call to the horizon messages.warning() api. The actual error is not showing until the subsequent page load call. This makes it look like the

[Yahoo-eng-team] [Bug 1461158] [NEW] image table throws errrors into log files trying to display size attr

2015-06-02 Thread Eric Peterson
Public bug reported: I am seeing the images table fill up our log file with messages that are completely useless / silly. There should be a getattr() with a default to None so this type of situation is more gracefully handled. 2015-06-01 20:50:11,741 32061 WARNING horizon.tables.base

[Yahoo-eng-team] [Bug 1452411] [NEW] lbaas panel does not show fip info

2015-05-06 Thread Eric Peterson
Public bug reported: The floating IP associated with a load balancers vip is perhaps one of the most important pieces of information users need to know. Horizon has no clear / easy way to get this information other than tracking down a VIP's attached port, and mapping that to the FIP to port

[Yahoo-eng-team] [Bug 1451934] [NEW] DOA code fails on federated attribute of token

2015-05-05 Thread Eric Peterson
Public bug reported: Seeing this problem with recent DOA, against keystone v2: File /foo/current/.venv/lib/python2.7/site-packages/openstack_auth/utils.py, line 54, in middleware_get_user request._cached_user = get_user(request) File

[Yahoo-eng-team] [Bug 1451447] [NEW] lbaas pool creation should show subnet name

2015-05-04 Thread Eric Peterson
Public bug reported: The pool creation UI has a selection for choosing the subnet. What is shown is the IP range, something like: 192.168.1.0/24 (whatever) The problem with this is that I could use multiple subnets with the same or very similar IP ranges. The UI is not providing any clue as

[Yahoo-eng-team] [Bug 1451498] [NEW] lbaas add vip screen should show subnet name

2015-05-04 Thread Eric Peterson
Public bug reported: The lbaas add vip screen has a dropdown of subnets to select. Right now only the cidr is displayed, which is not always helpful. I'd like to see the subnet name displayed as well. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l

[Yahoo-eng-team] [Bug 1451595] [NEW] lbaas screen should explain modes / methods

2015-05-04 Thread Eric Peterson
: Eric Peterson (ericpeterson-l) Status: New ** Changed in: horizon Assignee: (unassigned) = Eric Peterson (ericpeterson-l) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https

[Yahoo-eng-team] [Bug 1450914] [NEW] last_activity session field is useless

2015-05-01 Thread Eric Peterson
: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: New ** Changed in: horizon Assignee: (unassigned) = Eric Peterson (ericpeterson-l) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1446836] [NEW] incorrect SSL header used in example config

2015-04-21 Thread Eric Peterson
Public bug reported: https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L35 is wrong - it says 'HTTP_X_FORWARDED_PROTOCOL'. According to https://docs.djangoproject.com/en/1.7/ref/settings/#secure- proxy-ssl-header (and our observations /

[Yahoo-eng-team] [Bug 1444725] [NEW] logout url is hard coded / wrong

2015-04-15 Thread Eric Peterson
Public bug reported: There is some javascript which hard codes the logout url to be /auth/logout at: https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/angular/horizon.js#L29 This is incorrect in number of distributions / deployments where horizon resides in a path such

[Yahoo-eng-team] [Bug 1421317] [NEW] horizon snapshot create error message is unhelpful

2015-02-12 Thread Eric Peterson
Public bug reported: We have a user who is close to their quota, and trying to create a snapshot that says Error Unable to create snapshot That confuses users. The real error is in the nova log. OverLimit: VolumeSizeExceedsAvailableQuota: Requested volume or snapshot exceeds allowed Gigabytes

[Yahoo-eng-team] [Bug 1416516] [NEW] use of oslo config in code uses two different versions

2015-01-30 Thread Eric Peterson
Public bug reported: parts of the code do this: from oslo_config import cfg other parts do this: from oslo.config import cfg There should be one version we use and the usage should be the same / very similar. ** Affects: horizon Importance: Undecided Assignee: Nikunj Aggarwal

[Yahoo-eng-team] [Bug 1416004] [NEW] horizon missing static dir for angular cookies

2015-01-29 Thread Eric Peterson
Public bug reported: I have found issues where the angular cookies js file is not being found, unless I include this in my settings file: import xstatic.pkg.angular_cookies ... STATICFILES_DIRS.append(('horizon/lib/angular',

[Yahoo-eng-team] [Bug 1404032] [NEW] admin volumes page fails when attached instance is missing

2014-12-18 Thread Eric Peterson
Public bug reported: We are having problems where the admin volumes page is bombing out / error / http 500. This seems to occur due to an issue in openstack_dashboard/dashboards/project/volumes/volumes/tables.py in the function def get_attachment_name(request, attachment): The problem seems

[Yahoo-eng-team] [Bug 1391242] [NEW] quotas do not work for users with admin role

2014-11-10 Thread Eric Peterson
Public bug reported: If a user has the admin role, and it working in a particular project - some quota lookups look for items used globally, and do not make a tenant scoped api call. For example: https://github.com/openstack/horizon/blob/master/openstack_dashboard/usage/quotas.py#L303 This api

[Yahoo-eng-team] [Bug 1365089] [NEW] selected region is lost on project selection

2014-09-03 Thread Eric Peterson
Public bug reported: When a user has selected region B, and then changes to a different project, the region is selected back to region A (or the default/first region). This confuses users and puts the burden on them to really understand the project and region scoping activity. ** Affects:

[Yahoo-eng-team] [Bug 1342999] [NEW] adding panels to existing dashboard via the plugin causes dashboard reordering

2014-07-16 Thread Eric Peterson
Public bug reported: Using the plugin approach to add a panel to an existing dashboard, all the dashboards become reordered. It's not clear how or why this occurs. ** Affects: horizon Importance: Medium Assignee: Eric Peterson (ericpeterson-l) Status: Confirmed ** Changed

[Yahoo-eng-team] [Bug 1336560] [NEW] cannot add users to a group

2014-07-01 Thread Eric Peterson
Public bug reported: Steps to reproduce: 1) Create a group 2) Modify the group members 3) click the add button (the add button fails to do anything) The problem is somewhere around the _modal_form_add_members.html file in this code: /* as you navigate around the more pages, they stack

[Yahoo-eng-team] [Bug 1300984] [NEW] creating keypair screen has a bad download link

2014-04-01 Thread Eric Peterson
Public bug reported: Using the access security screen, then creating a new keypair Users are directed to a success page where the download of the keypair starts automatically. However, there is also a download keypair link which consistently fails. It seems like maybe either we need to

[Yahoo-eng-team] [Bug 1283148] [NEW] add keypair config params for instance creation

2014-02-21 Thread Eric Peterson
is not required). ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: New ** Changed in: horizon Assignee: (unassigned) = Eric Peterson (ericpeterson-l) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1251310] Re: admin instances details link does not work reliably

2013-11-14 Thread Eric Peterson
thats not true... the all_tenants=True flag ensures more instances are retrieved. https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/instances/views.py#L71 ** Changed in: horizon Status: Invalid = Confirmed -- You received this bug notification