[Yahoo-eng-team] [Bug 2005125] Re: templater.py: KeyError 'u' on cloud-final.service.tmpl

2023-02-05 Thread richard hornsby
Closing as resolved/invalid, can no longer reproduce. ** Changed in: cloud-init Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/2005125 Title:

[Yahoo-eng-team] [Bug 2005125] [NEW] templater.py: KeyError 'u' on cloud-final.service.tmpl

2023-02-03 Thread richard hornsby
Public bug reported: cloud-init version: 22.4 source: https://launchpad.net/cloud-init/trunk/22.4/+download/cloud-init-22.4.tar.gz target platform: Rocky Linux 9, aarch64 hypervisor: Parallels 18 error output included at the bottom -- Have successfully used this same process to build

[Yahoo-eng-team] [Bug 1977780] [NEW] cloud-init appears to fail to run echo commands in runcmd that have whitespace before alphanumeric characters

2022-06-06 Thread Richard Spindler
Public bug reported: I've managed to reproduce using multipass and KVM on a local machine. To reproduce this you just need to have echo command in runcmd section of a cloud-init config file that have white space before any alphanumeric characters. For example the following runcmd stanza

[Yahoo-eng-team] [Bug 1955858] [NEW] cc_resizefs does not allocate space on all disks of a multi disk btrfs volume

2021-12-27 Thread Richard Schwab
Public bug reported: cloud provider: self-hosted, proxmox cloud-init config: growpart:   mode: auto   devices: - /dev/sda1 - /dev/sdb1 - /dev/sdc1 - /dev/sdd1 I have a multi disk btrfs volume as root fs for the vm. Each disk needs to grow on first boot and the btrfs filesystem

[Yahoo-eng-team] [Bug 1943798] [NEW] IPv6 localhost (::1) missing from /etc/hosts

2021-09-16 Thread Richard Hansen
Public bug reported: /etc/hosts is missing a '::1 localhost' entry: https://github.com/canonical/cloud-init/blob/023f97d4e64c267b8bd809510b3fc75fcb9da688/templates/hosts.debian.tmpl#L20 This causes issues that are discussed in: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427067

[Yahoo-eng-team] [Bug 1920017] [NEW] add integration test using azure advanced networking

2021-03-18 Thread Richard Harding
Public bug reported: Currently, we do not have integration tests using the Azure advanced networking functionality. We should investigate how to create isolated and reliable testing for these scenarios as we've run into a few issues when guests were using it and changes in behavior. ** Affects:

[Yahoo-eng-team] [Bug 1909138] Re: cloud-init should officially support routes with source ip

2021-03-16 Thread Richard Schwab
** Changed in: cloud-init Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1909138 Title: cloud-init should officially support routes with source

[Yahoo-eng-team] [Bug 1909138] [NEW] cloud-init should officially support routes with source ip

2020-12-23 Thread Richard Schwab
Public bug reported: https://cloudinit.readthedocs.io/en/latest/topics/network-config- format-v2.html does not currently mention supporting setting the source ip on a route. the following example currently works but it's not documented at this time. version: 2 renderer: networkd ethernets:

[Yahoo-eng-team] [Bug 1900837] [NEW] cloud-init resets permissions on log file after reboot

2020-10-21 Thread Richard Harding
Public bug reported: In attempting to apply CIS security guidelines onto an Ubuntu system it was found that changing the log files in /var/log to 640, that on a reboot cloud-init would reset the permissions to 644. As long as cloud- init can write to the file it should be ok to alter the

[Yahoo-eng-team] [Bug 1870569] [NEW] Unable to create network without default network_segment_range

2020-04-03 Thread Joseph Richard
Public bug reported: When using the network_segment_range, it should be possible to specify all ranges manually, without any default ranges being required. Until recently, this was the case, however a recent commit [1] went in that broke that functionality. Note this bug has also been merged

[Yahoo-eng-team] [Bug 1793488] [NEW] Horizon logs a user out when created keypair is over quota

2018-09-20 Thread Richard Arends
Public bug reported: When a users creates a keypair in Horizon, but exceeds it's keypair quota, the user is logged out instead of presenting a nice message. Before presenting the login page, 2 errors are quickly shown, i had to record the output to get those: 'Error: Forbidden. Redirecting to

[Yahoo-eng-team] [Bug 1779322] [NEW] BGP dynamic routing in Neutron

2018-06-29 Thread Richard Griffin
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - x This doc is inaccurate in this way: The IP addresses of the self-service networks in the diagrams do not

[Yahoo-eng-team] [Bug 1669373] Re: Unable to establish connection to keystone on same machine

2017-03-05 Thread Richard Jones
Sounds like an installation issue (something about the host's networking). Horizon normally has no issues talking to a keystone on the same host. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification

[Yahoo-eng-team] [Bug 1669850] Re: Rapidly Clicking Flavor Metadata Link Creates Multiple Metadata Modal Dialogs

2017-03-05 Thread Richard Jones
This is a bug in the legacy Django implementation, and not present in the new implementation, so I'm going to make as won't fix. ** Changed in: horizon Status: New => Won't Fix ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1667557] [NEW] OPENSTACK_KEYSTONE_URL and AVAILABLE_REGIONS are not mutually exclusive

2017-02-23 Thread Richard Jones
Public bug reported: As noted in https://bugs.launchpad.net/openstack-ansible/+bug/1660344 if the settings don't define both OPENSTACK_KEYSTONE_URL and AVAILABLE_REGIONS then Horizon fails. Our documentation* however says "If you do not have multiple regions you should use the OPENSTACK_HOST and

[Yahoo-eng-team] [Bug 1649275] Re: Instance table status polling fails in Firefox

2017-02-21 Thread Richard Jones
Can't reproduce with current master and Firefox 48 ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1643767] Re: horizon jenkins failed:tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario

2017-02-21 Thread Richard Jones
Log mentioned no longer exists and bug is not present in recent tempest runs. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1666606] Re: Swift create container modal making calls to api on input "key press" event

2017-02-21 Thread Richard Jones
This is intended, to check whether the container name is already used. Note that it shouldn't check on every press if you type quickly, there's a delay (though it might be very short, it's also configurable). ** Changed in: horizon Status: New => Invalid ** Changed in: horizon

[Yahoo-eng-team] [Bug 1646394] Re: Slowness on access & security page due to calls to neutron/ports.json?tenant_id=XXXXX

2017-02-20 Thread Richard Jones
The Access and Security panel was split up and the result is that the API call in question is no longer called when not necessary, and it's not ever called twice. ** Changed in: horizon Status: New => Confirmed ** Changed in: horizon Status: Confirmed => Invalid -- You received

[Yahoo-eng-team] [Bug 1516848] Re: Volume size units should be in GiB, not GB

2017-02-20 Thread Richard Jones
As was pointed out in the patch mentioned above, Flavors are measured in GB, not GiB. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1645168] Re: Incorrect volume storage unit shown on overview panel

2017-02-20 Thread Richard Jones
The value displayed is gigabytes, not gibibytes, so the label is correct. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1630833] Re: Horizon image upload via URL fails with "TypeError: Cannot read property 'data' of undefined"

2017-02-20 Thread Richard Jones
I'm reopening this as I believe the error message should be much clearer since this is a pretty easy error to get (the configuration of this is not presented very clearly and it's easy to get wrong). ** Changed in: horizon Status: Invalid => Triaged ** Changed in: horizon Importance:

[Yahoo-eng-team] [Bug 1653416] Re: Openstack Horizon Ceilometer Resource Usage stats.html

2017-02-19 Thread Richard Jones
The metering panel was removed from Horizon, and was deprecated for several cycles before that. ** Changed in: horizon Status: New => Won't Fix ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1653418] Re: Openstack Horizon Ceilometer Resource Usage stats no line chart

2017-02-19 Thread Richard Jones
The metering panel was removed from Horizon, and was deprecated for several cycles before that. ** Changed in: horizon Status: New => Won't Fix ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1654963] Re: ceilometer dashboard Stats page error

2017-02-19 Thread Richard Jones
The metering panel was removed from Horizon, and was deprecated for several cycles before that. ** Changed in: horizon Status: New => Won't Fix ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1661456] Re: horizon fails authentication with keystone

2017-02-19 Thread Richard Jones
Please ensure that your installed libraries match those specified in the upper-constraints.txt file relevant to the version of Horizon you're running (see https://docs.openstack.org/developer/horizon/topics/install.html for how that works). ** Changed in: horizon Status: New => Invalid --

[Yahoo-eng-team] [Bug 1663213] Re: OfflineGenerationError after adding a html file

2017-02-19 Thread Richard Jones
Hi, this isn't a Horizon bug report. If you need support please try one of these channels https://www.openstack.org/community/ ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1308358] Re: Hide the instance if instance's task status is not None when attach volume

2017-02-19 Thread Richard Jones
I could not reproduce this bug report - the instance didn't appear in the list of instances for attachment. ** Changed in: horizon Status: New => Won't Fix ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1278557] Re: VM instance errors out - shows that it's still attached to volume

2017-02-19 Thread Richard Jones
Confirmed that volumes do appear "attached" to error state instances (though I couldn't reproduce exactly the steps in the description). However, Horizon is just displaying the information returned by the nova API calls (the server info lists the volume, and os-volume-attachments also lists the

[Yahoo-eng-team] [Bug 1665539] [NEW] Jasmine unit tests view broken by profiler

2017-02-16 Thread Richard Jones
Public bug reported: The new profiler dashboard defines an angular constant in the _scripts.html page; this is not reflected in the jasmine.html page, which causes injection to fail during testing when run through the /jasmine URL. ** Affects: horizon Importance: High Status:

[Yahoo-eng-team] [Bug 1626830] Re: Integration tests do not handle StaleElementReferenceException well

2017-01-29 Thread Richard Jones
Selenium tests are dead, Jim. ** Changed in: horizon Status: In Progress => 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/1626830 Title:

[Yahoo-eng-team] [Bug 1656156] [NEW] Interfaces reference old cinder client, should be openstackclient

2017-01-12 Thread Richard Jones
Public bug reported: The following interface strings need to be updated: openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_update_status.html 9:the cinder snapshot-reset-state command.

[Yahoo-eng-team] [Bug 1311582] Re: resource usage for storage components shows no results

2017-01-11 Thread Richard Jones
Ceilometer isn't part of Horizon any longer. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1654083] [NEW] Invalid Get request with non-existent filter returns all users

2017-01-04 Thread Richard
*** This bug is a duplicate of bug 1654084 *** https://bugs.launchpad.net/bugs/1654084 Public bug reported: Using devstack all in one and running the get request: curl -X GET 'localhost:35357/v3/users/?cake=isgood' gives me back the entire user list instead of an error. I also ran this

[Yahoo-eng-team] [Bug 1654084] [NEW] Listing users with non-existent filter returns all users

2017-01-04 Thread Richard
Public bug reported: Using devstack all in one and running the get request: curl -X GET 'localhost:35357/v3/users/?cake=isgood' gives me back the entire user list instead of an error. I also ran this query with httpie and this is what the neat version of the output looks like:

[Yahoo-eng-team] [Bug 1650529] Re: Unwanted text below Cancel button after Launch Instance Fails

2016-12-29 Thread Richard Jones
I believe this has already been fixed in master. I'm having trouble identifying the exact patch though. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1648656] [NEW] Angular template cache preloading makes developers cry

2016-12-08 Thread Richard Jones
Public bug reported: It is difficult to convince angular to reload a changed HTML file with preloaded template caching turned on. It should be turned off when DEBUG is on. ** Affects: horizon Importance: Medium Assignee: Richard Jones (r1chardj0n3s) Status: In Progress

[Yahoo-eng-team] [Bug 1641821] Re: admin guide: Cleanup LDAP

2016-12-01 Thread Richard
** Changed in: keystone Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1641821 Title: admin guide: Cleanup LDAP Status in

[Yahoo-eng-team] [Bug 1645630] Re: Material Theme in Newton Appears to be Broken

2016-12-01 Thread Richard Jones
The upper-constraints pinning of the XStatic-roboto-fontface isn't working for some reason in your environment. To be absolutely sure, please ensure you include the upper-constraints.txt file for stable/newton in your virtualenv install, for example: pip install -c

[Yahoo-eng-team] [Bug 1644709] [NEW] mox errors are not being treated as test failures

2016-11-24 Thread Richard Jones
: High Assignee: Richard Jones (r1chardj0n3s) Status: In Progress ** Tags: newton-backport-potential ** Changed in: horizon Status: New => Triaged ** Changed in: horizon Importance: Undecided => High ** Changed in: horizon Milestone: None => ocata-2 ** T

[Yahoo-eng-team] [Bug 1644697] [NEW] run_tests.sh should really use upper-constraints

2016-11-24 Thread Richard Jones
Public bug reported: We're starting to see lots of compatibility issues that will be solved if we have run_tests.sh support upper-constraints. This will not stop us from removing run_tests.sh in Queens, but will allow us avoid issues along the way and to test the changes now and backport to

[Yahoo-eng-team] [Bug 1644677] [NEW] example devstack local.conf is broken for stable branches

2016-11-24 Thread Richard Jones
Public bug reported: The local.conf example needs to mention using the stable/ tag or it produces broken devstacks. ** Affects: horizon Importance: Medium Assignee: Richard Jones (r1chardj0n3s) Status: Triaged ** Tags: newton-backport-potential -- You received this bug

[Yahoo-eng-team] [Bug 1644385] Re: Stable mitaka is currently quite broken

2016-11-24 Thread Richard Jones
*** This bug is a duplicate of bug 1640620 *** https://bugs.launchpad.net/bugs/1640620 ** This bug has been marked a duplicate of bug 1640620 Horizon installation docs need to include upper-constraints.txt -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1644385] [NEW] Stable mitaka is currently quite broken

2016-11-23 Thread Richard Jones
Public bug reported: Due to recent xstatic library updates and the lack of support for upper- constraints pinning, the Mitaka stable branch is currently quite broken. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1643964] Re: compressing static assets fails with xstatic-bootswatch 3.3.7.0

2016-11-22 Thread Richard Jones
I've reduced the steps to reproduce down to: apt-get update apt install git python-pip git clone https://github.com/openstack/horizon.git git clone https://github.com/openstack/requirements.git cd horizon git checkout 11.0.0.0b1 pip install . -c ../requirements/upper-constraints.txt

[Yahoo-eng-team] [Bug 1634746] Re: RevokeEvent.to_dict() is very slow

2016-11-18 Thread Richard
** Changed in: keystone Assignee: (unassigned) => Richard (csravelar) ** Changed in: keystone Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1268751] Re: Potential token revocation abuse via group membership

2016-11-17 Thread Richard
** Changed in: keystone Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1268751 Title: Potential token revocation abuse via

[Yahoo-eng-team] [Bug 1361235] Re: visit horizon failure because of import module failure

2016-11-13 Thread Richard Jones
** Also affects: horizon Importance: Undecided Status: New ** Changed in: horizon Status: New => Triaged ** Changed in: horizon Importance: Undecided => Medium ** Changed in: horizon Milestone: None => ocata-1 -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1427148] Re: optparse.OptionConflictError: option -v/--verbose: conflicting option string(s): -v

2016-11-09 Thread Richard Jones
I have Django 1.8.16 installed and this issue is no longer present. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1468475] Re: File permissions on stackforge/xstatic-magic-search are wrong

2016-11-09 Thread Richard Jones
I believe this has been addressed. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1640620] [NEW] Horizon installation docs need to include upper-constraints.txt

2016-11-09 Thread Richard Jones
Public bug reported: Currently the Horizon install docs say "pip install ." but this doesn't honor the upper-constraints pinning that makes things work. The install command needs to be: pip install -c http://git.openstack.org/cgit/openstack/requirements/plain/upper-

[Yahoo-eng-team] [Bug 1632146] Re: I18N: Horizon returns HTTP 500 when using some specific Accept-Language header values

2016-11-08 Thread Richard Jones
I can't reproduce your issue with the current master of Horizon. I have a local Horizon installation and when I attempt: curl -H 'Accept-Language: es' http://localhost:8000/auth/login/ I get a Spanish version of the login page, but when I use a language code that is not translated I just get

[Yahoo-eng-team] [Bug 1640049] [NEW] Action services retain state, and should not

2016-11-07 Thread Richard Jones
Public bug reported: AngularJS services are singletons, so storing state on them is dangerous (using the same service twice in a single context will result in that state data being indeterminate). ** Affects: horizon Importance: High Assignee: Richard Jones (r1chardj0n3s

[Yahoo-eng-team] [Bug 1626205] Re: increase token validation performance relating to revoked tokens

2016-11-07 Thread Richard
https://review.openstack.org/#/c/382107/ ** Changed in: keystone Assignee: (unassigned) => Richard (csravelar) ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subs

[Yahoo-eng-team] [Bug 1628274] [NEW] No vertical scroll bar when panel list extends past window bottom

2016-09-27 Thread Richard Hagarty
Public bug reported: No vertical scroll bars are enabled when the dashboard list on the left extends past the bottom of the window. There is no way to access the hidden list items without re-sizing the window, or lowering the zoom level of the browser window. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1626830] [NEW] Integration tests do not handle StaleElementReferenceException well

2016-09-22 Thread Richard Jones
Public bug reported: The attached is an example of a test run that failed, I believe because it is testing for text in a cell that is updated as the test is run. Therefore the StaleElementReferenceException race condition 1. element is fetched, 2. element is removed from DOM 3. element is tested

[Yahoo-eng-team] [Bug 1626205] [NEW] increase token validation performance relating to revoked tokens

2016-09-21 Thread Richard
issues around 1500+ revocation entries. It would be nice to directly query the database using sql instead of pulling all the revocation events down, deserializing them, and then iterating over each one in python. ** Affects: keystone Importance: Undecided Assignee: Richard (csravelar

[Yahoo-eng-team] [Bug 1624392] [NEW] Nova attempting to set MTU on device that does not exist

2016-09-16 Thread Richard Theis
*** This bug is a duplicate of bug 1624383 *** https://bugs.launchpad.net/bugs/1624383 Public bug reported: Bug https://bugs.launchpad.net/nova/+bug/1623876 resulted in https://review.openstack.org/#/c/370681/ which broke networking-ovn (see

[Yahoo-eng-team] [Bug 1624079] [NEW] KeyError on "subnet_dhcp_ip = subnet_to_interface_ip[subnet.id]"

2016-09-15 Thread Richard Theis
Public bug reported: The networking-ovn gate-tempest-dsvm-networking-ovn job is seeing KeyErrors on "subnet_dhcp_ip = subnet_to_interface_ip[subnet.id]". It is unclear yet if this is contributing to the recent job failures. LogStash Query:

[Yahoo-eng-team] [Bug 1584204] Re: VersionsCallbackNotFound exception when using QoS

2016-09-15 Thread Richard Theis
** Changed in: networking-ovn Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1584204 Title: VersionsCallbackNotFound exception when using QoS Status

[Yahoo-eng-team] [Bug 1620430] [NEW] Test failures in "horizon" suite not properly detected by tox

2016-09-05 Thread Richard Jones
s: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0n3s) 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/1620430 Tit

[Yahoo-eng-team] [Bug 1604064] Re: ovn ml2 mechanism driver tcp connectors

2016-09-01 Thread Richard Theis
Closing this bug since Ryan's and Ben's OVN patches to remove incremental processing have merged upstream (see https://patchwork.ozlabs.org/patch/664565/ and related). ** Changed in: networking-ovn Status: Confirmed => Fix Released -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1618343] Re: UT failed for PortsV2 case test_update_port_status_notify_port_event_after_update

2016-08-30 Thread Richard Theis
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1618343 Title: UT failed for PortsV2 case

[Yahoo-eng-team] [Bug 1604064] Re: ovn ml2 mechanism driver tcp connectors

2016-08-25 Thread Richard Theis
I don't think this bug impacts neutron. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1604064 Title: ovn ml2 mechanism driver tcp

[Yahoo-eng-team] [Bug 1616709] [NEW] xstatic package release process documentation is not correct

2016-08-24 Thread Richard Jones
Public bug reported: The xstatic package release documentation refers to a *possibility* of an automated upper-constraints.txt patch. This is actually a reliable thing, so we need to alter our documentation to match reality. ** Affects: horizon Importance: High Assignee: Richard Jones

[Yahoo-eng-team] [Bug 1616306] [NEW] We should use angular-schema-form in the Swift UI

2016-08-23 Thread Richard Jones
: Richard Jones (r1chardj0n3s) Status: New ** Changed in: horizon Importance: Undecided => Wishlist ** Changed in: horizon Assignee: (unassigned) => Richard Jones (r1chardj0n3s) -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread Richard Theis
** Also affects: networking-ovn Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1614361 Title: tox.ini needs to be updated as openstack infra

[Yahoo-eng-team] [Bug 1597898] Re: OVN L3 service plugin does not need agent RPC

2016-08-04 Thread Richard Theis
The neutron fixes have been released. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1597898 Title: OVN L3 service

[Yahoo-eng-team] [Bug 1566918] Re: Error Unable to edit consistency group when volume name has underscore (vol1_3par)

2016-07-29 Thread Richard Hagarty
This is no longer an issue with the merging of patch - https://review.openstack.org/#/c/268368/ ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1597898] Re: OVN L3 service plugin does not need agent RPC

2016-07-28 Thread Richard Theis
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Richard Theis (rtheis) ** Changed in: neutron Status: New => In Progress ** Changed in: networking-ovn Status: Confirmed => In Progress -- You

[Yahoo-eng-team] [Bug 1503182] Re: 'edit flavor' and 'modify access' both opening the same flavor access tab

2016-07-17 Thread Richard Jones
Cannot reproduce this bug by following the instructions in the OP. ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1590649] [NEW] Incorrect prior state check in hz-table select box handler

2016-06-09 Thread Richard Jones
Public bug reported: The documentation for the selection functionality for hz-table says to configure the checkbox as: The problem is that the row select checkbox click handler currently performs this check (in tCtrl toggleSelect): if (angular.isDefined(ctrl.selections[key])) {

[Yahoo-eng-team] [Bug 1589622] [NEW] ML2 plugin hides mechanism driver errors

2016-06-06 Thread Richard Theis
Public bug reported: As reported by https://bugs.launchpad.net/networking-ovn/+bug/1588848, the switch for networking-ovn from a core plugin to an ML2 mechanism driver resulted in 500 errors being returned for invalid port bindings. This is the result of the ML2 core plugin mapping driver errors

[Yahoo-eng-team] [Bug 1588906] [NEW] DHCP port status not active until agent restart

2016-06-03 Thread Richard Theis
Public bug reported: Recreate Step: 1) Deploy DevStack cloud environment with neutron ML2 OVS. 2) Create a network and subnet with DHCP enabled. 3) Check the DHCP port status which will be DOWN or BUILD. 4) Restart the DHCP agent. 5) Check the DHCP port status which will now be ACTIVE. I've been

[Yahoo-eng-team] [Bug 1583391] [NEW] Swift UI delete of files with similar names breaks

2016-05-18 Thread Richard Jones
Public bug reported: If you attempt to delete two swift files (objects) which are named "spam" and "spammer" then the first will fail because Horizon's swift api code layer attempts to determine if the object has any folder contents. Yep. And because of the way swift "folders" are implemented

[Yahoo-eng-team] [Bug 1582438] [NEW] Line chart hover bubble unreadable

2016-05-16 Thread Richard Jones
Public bug reported: There is currently a problem with the charts hover over label. It looks like the bubble isn't being sized correctly to back up the entire text. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "Screen Shot 2016-05-17 at 9.08.29

[Yahoo-eng-team] [Bug 1204956] Re: Read-only API for default quotas

2016-05-11 Thread Richard Theis
** Also affects: python-openstackclient Importance: Undecided Status: New ** Changed in: python-openstackclient Importance: Undecided => Medium ** Changed in: python-openstackclient Status: New => Confirmed -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1576422] [NEW] swift ui upload results in 0 byte files

2016-04-28 Thread Richard Jones
Public bug reported: Current master file uploads in the swift ui result in 0 byte files in swift. ** Affects: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0n3s) Status: New ** Tags: angularjs -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1576418] [NEW] Swift UI deletions result in confused action buttons

2016-04-28 Thread Richard Jones
uot; Delete the file named "b" and it will be removed but the folder named "c" will have its action list instead of its own. ** Affects: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0n3s) Status: New ** Tags: angularjs ** Changed in: ho

[Yahoo-eng-team] [Bug 1572386] [NEW] Action list "link" actions broken after patch #295605

2016-04-19 Thread Richard Jones
Public bug reported: The fix for bug 1560303 in https://review.openstack.org/#/c/295605 broke when any "link" type action was included in the actions list. This broke in the new Swift UI. The fix is either to revert patch 295605, fix the link actions or to change the Swift UI to not use link

[Yahoo-eng-team] [Bug 1555429] [NEW] Theme switcher doesn't retain location on some pages

2016-03-09 Thread Richard Jones
Assignee: Richard Jones (r1chardj0n3s) 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/1555429 Title: Theme switcher doesn't retain location

[Yahoo-eng-team] [Bug 1554824] [NEW] Many legacy eslint warnings swamp actual errors

2016-03-08 Thread Richard Jones
Public bug reported: Horizon's eslint output currently has many hundreds of warnings which drown out any linting output for new code. ** Affects: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0n3s) Status: In Progress -- You received this bug notification

[Yahoo-eng-team] [Bug 1554791] [NEW] Horizon should use upper-constraints in testing

2016-03-08 Thread Richard Jones
Public bug reported: Recently OpenStack introduced a mechanism to specify a constrained "working set" of packages that are "guaranteed" to produce a working OpenStack environment. This pinning of packages limits the more broadly- defined requirements.txt which is managed by global-requirements.

[Yahoo-eng-team] [Bug 1550064] [NEW] Angular modal spinner documentation incorrect

2016-02-25 Thread Richard Jones
Public bug reported: The documentation says "horizon.framework.widgets.modal.modal-wait- spinner.service" and should say "horizon.framework.widgets.modal-wait- spinner.service" ** Affects: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0n3s)

[Yahoo-eng-team] [Bug 1547290] [NEW] We currently do not generate Javascript API docs

2016-02-18 Thread Richard Jones
Public bug reported: We should! ** 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/1547290 Title:

[Yahoo-eng-team] [Bug 1541774] Re: create response for networks and ports is missing extensions

2016-02-09 Thread Richard Theis
** Also affects: networking-ovn Importance: Undecided Status: New ** Changed in: networking-ovn Assignee: (unassigned) => Richard Theis (rtheis) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1540719] [NEW] Integration tests browser maximise makes working on tests painful

2016-02-01 Thread Richard Jones
: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0n3s) 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/1540719

[Yahoo-eng-team] [Bug 1537106] [NEW] Horizon configuration option to enable Config Drive by default

2016-01-22 Thread Richard Theis
Public bug reported: When launching an instance from Horizon, there is a "Configuration Drive" option under the "Advanced Options" tab. The option is disabled by default. A cloud deployer should be allowed to configure Horizon so that this option is enabled by default. Background: The neutron

[Yahoo-eng-team] [Bug 1536892] [NEW] Test output full of object comparison warnings

2016-01-21 Thread Richard Jones
Public bug reported: Current HEAD test runs result in the following warning being spewed to the console: WARNING:heatclient.openstack.common.apiclient.base:Two objects are equal when all of the attributes are equal, if you want to identify whether two objects are same one with same id, please

[Yahoo-eng-team] [Bug 1535976] [NEW] simple modal service usage bug in documentation

2016-01-19 Thread Richard Jones
Public bug reported: The usage documentation for the simple modal service says "simpleModalService(options)" to invoke it, but that should be "simpleModalService.modal(options)". ** Affects: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0

[Yahoo-eng-team] [Bug 1522735] Re: Instance failure shows redundant data in overview page

2016-01-11 Thread Richard Jones
** Changed in: horizon Status: New => 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/1522735 Title: Instance failure shows redundant data in

[Yahoo-eng-team] [Bug 1522307] Re: Disk usage not work for shared storage

2016-01-11 Thread Richard Jones
** Changed in: horizon Status: New => Won't Fix -- 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/1522307 Title: Disk usage not work for shared storage Status in

[Yahoo-eng-team] [Bug 1481605] Re: selenium tests need to be runnable under phantomjs

2016-01-11 Thread Richard Jones
Ended up being a blueprint. ** Changed in: horizon Status: New => Invalid -- 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/1481605 Title: selenium tests need

[Yahoo-eng-team] [Bug 1497057] Re: DB filtering applies REGEX to non-string columns

2016-01-11 Thread Richard Jones
** Project changed: horizon => nova -- 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/1497057 Title: DB filtering applies REGEX to non-string columns Status in OpenStack

[Yahoo-eng-team] [Bug 1493122] Re: There is no quota check for instance snapshot

2016-01-11 Thread Richard Jones
Closing this bug since there's now a blueprint to track the feature request. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1491343] Re: Unable to delete object from a pseudo folder under container if pseudo folder name contains backslash "\"

2016-01-11 Thread Richard Jones
Bug no longer present. ** Changed in: horizon Status: New => Invalid -- 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/1491343 Title: Unable to delete object

[Yahoo-eng-team] [Bug 1531301] [NEW] Internet Explorer minimum version raised to 11+

2016-01-05 Thread Richard Jones
Public bug reported: The minimum version of Internet Explorer has been raised to 11+, so developer documentation contributing.txt needs to be updated to reflect that. ** Affects: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0n3s) Status: In Progress -- You

[Yahoo-eng-team] [Bug 1509121] Re: [UI] job_binaries Exception Value: too many values to unpack

2015-12-21 Thread Richard Jones
The UI bug is not in Horizon, it's in the Sahara Dashboard which is external to Horizon now. I'm marking the horizon aspect of this bug invalid, but can't actually reassign that to Sahara because Launchpad already has a Sahara component on this bug report (I think). ** Changed in: horizon

[Yahoo-eng-team] [Bug 1483955] Re: Horizon homepage shows internal server error

2015-12-20 Thread Richard Jones
** Changed in: horizon Status: New => Invalid -- 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/1483955 Title: Horizon homepage shows internal server error

[Yahoo-eng-team] [Bug 1475536] Re: Uploading in ceph using swift CLI giving error

2015-12-20 Thread Richard Jones
Not a Horizon bug, as far as I can tell. ** Project changed: horizon => swift -- 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/1475536 Title: Uploading in ceph

  1   2   >