[Yahoo-eng-team] [Bug 1426248] [NEW] lbaas v2 member create should not require subnet_id

2015-02-26 Thread Brandon Logan
Public bug reported: subnet_id on a member is currently required. It should be optional and if not provided, it can be assumed the member can be reached by the load balancer (through the loadbalancer's vip subnet) ** Affects: neutron Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1370934] Re: Add details on dhcp_agents_per_network option for DHCP agent HA

2015-02-26 Thread Tom Fifield
** No longer affects: openstack-manuals -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1370934 Title: Add details on dhcp_agents_per_network option for DHCP agent HA Status in

[Yahoo-eng-team] [Bug 1426241] [NEW] pci plugin needs to be re-enabled for V2 microversions

2015-02-26 Thread Christopher Yeoh
Public bug reported: The PCI API support was enabled for v3 but never for V2. However V2.1 is built on v3 and it includes everything in v3. So we are disabling pci support in v3. and then will renable in the v2 microversions as one of the early microversion changes. This bug is to keep track of

[Yahoo-eng-team] [Bug 1364463] Re: Incorrect key in endpoint dictionary

2015-02-26 Thread Morgan Fainberg
** Changed in: python-keystoneclient Milestone: None = 1.2.0 ** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1425946] [NEW] Correct Uptime field in CSV report

2015-02-26 Thread Ambroise CHRISTEA
Public bug reported: This patch changed the Uptime column on overview panel to Time since created: https://review.openstack.org/#/c/125332/ But Uptime still appears in the CSV report as Uptime (seconds). ** Affects: horizon Importance: Undecided Assignee: Ambroise CHRISTEA

[Yahoo-eng-team] [Bug 1425988] [NEW] in some tests in L3SchedulerTestBaseMixin plugin is mocked without any reason

2015-02-26 Thread Rossella Sblendido
Public bug reported: Plugin shouldn't be mocked since it's defined by the classes that inherits from L3SchedulerTestBaseMixin ** Affects: neutron Importance: Undecided Assignee: Rossella Sblendido (rossella-o) Status: New ** Changed in: neutron Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1425974] [NEW] SSH on instance does'nt return the shell

2015-02-26 Thread isador999
Public bug reported: I've installed Openstack Juno (fresh install, two weeks ago). The ping from any network to instances works, but I have an issue with SSH (from any host). I tried with and without SSH keys, and that's the same problem. I tried with Cirros and Ubuntu14.04 instances. The

[Yahoo-eng-team] [Bug 1394043] Re: KeyError: 'gw_port_host' seen for DVR router removal

2015-02-26 Thread Armando Migliaccio
Kilo is not released yet. ** Changed in: neutron Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1394043 Title: KeyError: 'gw_port_host' seen

[Yahoo-eng-team] [Bug 1422388] Re: Fetch passwords from CloudStack virtual router

2015-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1067-0ubuntu1 --- cloud-init (0.7.7~bzr1067-0ubuntu1) vivid; urgency=medium * New upstream snapshot. * fix broken consumption of gzipped user-data (LP: #1424900) * functional user-data on Azure again (LP: #1423972)

[Yahoo-eng-team] [Bug 1425887] Re: Setting 'enable_snat' be false does not work in DVR

2015-02-26 Thread Rajeev Grover
Presence of the SNAT namespace is not a bug because the port that provides connectivity to the external network resides in the SNAT namespace. If you check, even for a legacy router with enable_snat: false a qg interface is created on the external network. Similarly for the DVR such a port is

[Yahoo-eng-team] [Bug 1426071] [NEW] horizon integration tests are currently broken in Firefox 36

2015-02-26 Thread Luigi Toscano
Public bug reported: The recent update of Firefox 36, available now on Ubuntu Trusty used on the gate, broke selenium and all gate-horizon-dsvm-integration are failing with errors like: WebDriverException: Message: Can't load the profile. Profile Dir: %s If you specified a log_file in the

[Yahoo-eng-team] [Bug 1426002] [NEW] update mac address feature needs tests

2015-02-26 Thread Chuck Carlino
Public bug reported: Need to add api and scenario tempest tests, and possibly neutron functional tests. ** Affects: neutron Importance: Undecided Assignee: Chuck Carlino (ccarlino) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Chuck Carlino

[Yahoo-eng-team] [Bug 1426082] [NEW] neutron should consume oslo.policy

2015-02-26 Thread Ihar Hrachyshka
Public bug reported: The library supersedes policy module from oslo-incubator. Note that consumption is not trivial in this case since the library misses sub-attribute checks. We need to move the code from neutron to oslo.policy, and probably other custom checks. ** Affects: neutron

[Yahoo-eng-team] [Bug 1426093] [NEW] nova logging error

2015-02-26 Thread Vitalii
Public bug reported: I receie weird exception when I try to perform any action with nova ( nova list for example ). I checked, error that should have been logged is Authorization failed for token. Logged from file auth_token.py, line 825 Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1426076] [NEW] Paging to the next page doesn't work after all the items in the current page are deleted

2015-02-26 Thread Kahou Lei
Public bug reported: I was not able to page to the next page after I delete all the instance of the current page. Steps to reproduce: 1. In the user settings, set the Item per page as 3. 2. On the project - Instance page, launch 6 instances. 3. You should see 3 instances per page in the

[Yahoo-eng-team] [Bug 1417515] Re: Horizon Input fields swapped when tried to Launch Stack with invalid name

2015-02-26 Thread Oleksiy Butenko
Verified on devstack /opt/stack/horizon$ git show HEAD commit 56c6677d61e89b6535dd7dae6fabda2f77063a96 Merge: dfb7c76 243d2a5 Author: Jenkins jenk...@review.openstack.org Date: Thu Feb 26 08:20:50 2015 + ** Changed in: horizon Status: Fix Committed = Fix Released -- You received

[Yahoo-eng-team] [Bug 1425974] Re: SSH on instance does'nt return the shell

2015-02-26 Thread isador999
** Also affects: ubuntu Importance: Undecided Status: New ** Description changed: I've installed Openstack Juno (fresh install, two weeks ago). - The ping from any network to instances works, but I have an issue with SSH (from any host). - I tried with and without SSH keys, and

[Yahoo-eng-team] [Bug 1404311] Re: [SRU] gce metadata api doesn't properly stream binary data

2015-02-26 Thread Brian Murray
Hello Wayne, or anyone else affected, Accepted cloud-init into precise-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/0.6.3-0ubuntu1.16 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Yahoo-eng-team] [Bug 1426121] [NEW] vmw nsx: add/remove interface on dvr is broken

2015-02-26 Thread Salvatore Orlando
Public bug reported: When the NSX specific extension was dropped in favour of the community one, there was a side effect that unfortunately caused add/remove interface operations to fail when executed passing a subnet id. This should be fixed soon and backported to Juno. Icehouse is not

[Yahoo-eng-team] [Bug 1426128] [NEW] Add ECP related bits to saml generation code

2015-02-26 Thread Steve Martinelli
Public bug reported: If an app want to use k2k, then the keystone SP is probably setup to leverage ECP SAML assertions. Currently, the SAML assertion that is generated by the IdP keystone does not contain the ECP related bits, such as: soap11:Envelope

[Yahoo-eng-team] [Bug 1425859] [NEW] resize-revert broken anti-affinity policy of server group

2015-02-26 Thread Rui Chen
Public bug reported: Reproduce steps: 1. boot instanceA with anti-affinity policy server group, instanceA start on hostA. 2. resize instanceA, instanceA was migrated to hostB, wait for verify resize. 3. boot instanceB with the same server group, the instanceB was scheduled to hostA because of

[Yahoo-eng-team] [Bug 1425887] [NEW] Setting 'enable_snat' be false does not work in DVR

2015-02-26 Thread shihanzhang
Public bug reported: I create a DVR with 'enable_snat' false, but the snat namespace also is create on 'dvr_snat' node: root@shz-vpn02:/var/log/neutron# neutron router-list

[Yahoo-eng-team] [Bug 1425882] [NEW] Use Neutron in Horizon integration tests job

2015-02-26 Thread Daniel Korn
Public bug reported: Currently, gate-horizon-dsvm-integration job uses Nova Network instead of Neutron, causing network-related patches to fail. Since the integration tests are also planned to test Neutron's networking features within Horizon it only makes sense that Neutron will be deployed.

[Yahoo-eng-team] [Bug 1425890] [NEW] Neutron functional tests use an oslo.db private method removed in 1.5.0

2015-02-26 Thread Cedric Brandily
Public bug reported: neutron/tests/functional/db/test_migrations.py uses _cleanup private method defined in oslo_db/sqlalchemy/test_migrations.py which has been removed in oslo.db 1.5.0 https://jenkins02.openstack.org/job/check-neutron-dsvm- functional/3593/console ** Affects: neutron

[Yahoo-eng-team] [Bug 1425892] [NEW] TypeError with django-1.8

2015-02-26 Thread Matthias Runge
Public bug reported: [root@turing openstack-dashboard]# ./manage.py runserver Traceback (most recent call last): File ./manage.py, line 23, in module execute_from_command_line(sys.argv) File /usr/lib/python2.7/site-packages/django/core/management/__init__.py, line 338, in

[Yahoo-eng-team] [Bug 1425895] [NEW] Tests on DomainSpecificLDAPandSQLIdentity cannot create and use new domains

2015-02-26 Thread Samuel de Medeiros Queiroz
Public bug reported: Tests in this class (or in subclasses) can create domains, but cannot use them for any identity operation, such as list_users. When domain-specific backends functionality is used, the created domains (that do not have an explicit configuration) are mapped in the default

[Yahoo-eng-team] [Bug 1425845] [NEW] Image list multiselection buttons allowed

2015-02-26 Thread Marcos Lobo
Public bug reported: In Horizon Juno Name: openstack-dashboard Arch: noarch Version : 2014.2.1 Release : 2.el7.centos DESCRIPTION: In Project dashboard - Image list there is a problem with the CSS behavior in the buttons grouped (Project, Shared with me, Public). The

[Yahoo-eng-team] [Bug 1425844] [NEW] metadata start with db connections

2015-02-26 Thread yong sheng gong
Public bug reported: metadata agent should not try to connect db since it does not need db connections at all $ neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2015-02-26 17:06:09.768 3045 WARNING oslo_db.sqlalchemy.session [-] SQL

[Yahoo-eng-team] [Bug 1425849] [NEW] remove the redundant policy check for SecurityGroupsOutputController

2015-02-26 Thread lvmxh
Public bug reported: The normal authorize and soft authorize has the same rule. All actions of SecurityGroupsOutputController need soft authorize. If soft authorize fails, no chance to do normal authorize, also if soft authorize passes, the normal authorize is redundant. ** Affects: nova

[Yahoo-eng-team] [Bug 1426151] [NEW] PING health-monitor in LBaaS Haproxy sends a TCP request to members

2015-02-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: There are different health-monitors in LBaaS: 1) PING 2) TCP 3) HTTP and 4) HTTPS I was trying PING health-monitor with Haproxy, but it seem to be sending TCP requests to the members instead of PING requests. varunlodaya@ubuntu:~$ neutron

[Yahoo-eng-team] [Bug 1424576] Re: RuntimeError: Unable to find group for option fatal_deprecations, maybe it's defined twice in the same group?

2015-02-26 Thread Davanum Srinivas (DIMS)
This problem was introduced with this change https://review.openstack.org/#/c/123868/ ** Also affects: oslo-incubator Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute