[Yahoo-eng-team] [Bug 1508319] [NEW] Values for project-quotas shown in horizon page are different from values fetched using REST api's

2015-10-20 Thread AMIT KUMAR
Public bug reported: Steps to regenerate: 1. From horizon dashboard go to identity --> projects 2. Here select admin(or any) project, then go to : actions --> modify quotas. What I have found is, values coming for "floating_ips" and "security_group_rules" form this page are not s

[Yahoo-eng-team] [Bug 1507521] Re: Nova Resize is failing for shared storage between Compute node

2015-10-20 Thread palbhan
[...] we checked the share storage is true or not before migrating. So, did you do a resize which results in a cold-migration (=rebuild) of the instance to another server? [palabhan] We used Nova resize command to change the instance flavor which cause instance to move another host. > I think che

[Yahoo-eng-team] [Bug 1508275] [NEW] modify project's subnet quota, value > used is successful

2015-10-20 Thread lumeihong
Public bug reported: set project's subnet quota is 10,then create 2 subnets,the useage of subnet quota is :{'available': 8, 'used': 2, 'quota': 10}. then modify this project's subnet quota ,set the value is 1,it is sucessful.but from the code of "UpdateProjectQuotaAction", value > used is not al

[Yahoo-eng-team] [Bug 1508271] [NEW] specified cidr=129.168.0.0 in creating subnet, no message to be showed

2015-10-20 Thread lumeihong
Public bug reported: in creating subnet workflows, filled in all fields,but set network address is 129.168.0.0,and ip version is ipv4,then click button "Next", there is nothing to be done.But in the function of _check_subnet_data,it will raise an error,"The subnet in the Network Address is " too

[Yahoo-eng-team] [Bug 1508270] [NEW] One log level for linux bridge agent was no right

2015-10-20 Thread Lan Qi song
Public bug reported: This log message: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py#L975-L977 would better to be "WARNING" or "ERROR" level, currently is just "DEBUG". ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1508261] [NEW] fullstack test_ha_router unreliable

2015-10-20 Thread Armando Migliaccio
Public bug reported: A few instances: * http://logs.openstack.org/16/237716/2/check/gate-neutron-dsvm-fullstack/b8fa6b4/testr_results.html.gz * http://logs.openstack.org/86/237586/2/check/gate-neutron-dsvm-fullstack/f81add1/testr_results.html.gz ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1508243] [NEW] Store Private Key Passphrase in Neutron-LBaaS for TLS Terminations

2015-10-20 Thread Adam Harwell
Public bug reported: The current workflow for TLS Termination on loadbalancers has a couple of interesting security vulnerabilities that need to be addressed somehow. The solution I propose is to encourage the use of passphrase encryption on private keys, and to store that passphrase in Neutron- L

[Yahoo-eng-team] [Bug 1508240] [NEW] Launch Instance Wizard: modified flag shows on config script load

2015-10-20 Thread Coleman
Public bug reported: This is for the angular Launch Instance Wizard. When launching an instance, and uploading a configuration script, the 'Modified' indicator shows immediately. It should show after the uploaded script is modified. ** Affects: horizon Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1485068] Re: Nova does not support baremetal vnic

2015-10-20 Thread Jim Rollenhagen
Closed bug as invalid, this blueprint covers the work https://blueprints.launchpad.net/nova/+spec/ironic-networks-support ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Op

[Yahoo-eng-team] [Bug 1508230] [NEW] regression in cloning raw image type with ceph

2015-10-20 Thread Sam Yaple
Public bug reported: Exists in 12.0.0 and master right now. An image of type 'raw' cannot be booted if it tries to clone due to a regression introduced in 12.0.0.0-rc3 2015-10-20 22:27:34.185 1 DEBUG nova.virt.libvirt.imagebackend [req-8ba3f810-3c6a-4d9c-8848-657308310df8 30c19408c93247c9824e139

[Yahoo-eng-team] [Bug 1508205] [NEW] L2pop connectivity broken to nodes with L3/metadata/dhcp/non-L2 agents

2015-10-20 Thread Assaf Muller
Public bug reported: Since https://review.openstack.org/#/c/236970/ merged, l2pop is broken to nodes with non-L2 nodes, as get_agent_by_host on a host with non-L2 agents will return a random agent (Which might not have the tunneling_ip key in its configurations dict). CI passed because our coverag

[Yahoo-eng-team] [Bug 1508189] [NEW] Remove deprecated namespace deletion options

2015-10-20 Thread Cedric Brandily
Public bug reported: dhcp/router_delete_namespaces[1] options have been defined as a workaround to an iproute2 limitation[1] corrected 2 years ago. That's why it's to remove them after their deprecation in Liberty. [1] https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?

[Yahoo-eng-team] [Bug 1508188] [NEW] Remove deprecated use_namespaces option

2015-10-20 Thread Cedric Brandily
Public bug reported: dhcp/l3 agent use_namespaces option has been deprecated in Liberty[1]. Now kernels property support namespaces, removing this option allow to simplify agent code and remove an option (use_namespaces == False) not functionally tested. [1] https://bugs.launchpad.net/neutron/+b

[Yahoo-eng-team] [Bug 1508182] [NEW] Remove deprecated SR-IOV option agent_required

2015-10-20 Thread Cedric Brandily
Public bug reported: The SR-IOV option agent_required has been deprecated in Liberty[1] in order to remove it in Mitaka. Indeed it's no more meaningful to have SR-IOV mech driver without agents[1]. [1] https://bugs.launchpad.net/neutron/+bug/1488807 ** Affects: neutron Importance: Undecide

[Yahoo-eng-team] [Bug 1508155] [NEW] [rfe] NFTables Firewall Driver

2015-10-20 Thread Thiago Martins
Public bug reported: Nowadays, when using openvswitch-agent with security groups we must use hybrid bridging, i.e. per instance we have both openvswitch bridge and linux bridge. The rationale behind this approach is to set filtering rules matching on given linux bridge. The hybrid bridging looks

[Yahoo-eng-team] [Bug 1508151] [NEW] incorrect ng-html2js template paths

2015-10-20 Thread Dan Siwiec
Public bug reported: Templates openstack_dashboard/dashboards/** are not included in the karma ng-html2js preprocessor. This prevents the specs from accessing the templates from the template cache and results in a HTTP error. This hasn't manifested yet, due to lack of specs for components with te

[Yahoo-eng-team] [Bug 1499864] Re: Fullstack infrastructure as a developer multi-node deployment tool

2015-10-20 Thread Armando Migliaccio
As discussed during the drivers meeting, if someone shows active interest, we can revisit, otherwise out of scope for now. ** Changed in: neutron Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1507723] Re: Octavia Barbican cert manager broken

2015-10-20 Thread German Eichberger
** Project changed: neutron => octavia ** Changed in: octavia Assignee: (unassigned) => Phillip Toohill (phillip-toohill) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1507723 Title

[Yahoo-eng-team] [Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-31.36 --- linux (3.19.0-31.36) vivid; urgency=low [ Luis Henriques ] * Release Tracking Bug - LP: #1503703 [ Andy Whitcroft ] * Revert "SAUCE: aufs3: mmap: Fix races in madvise_remove() and sys_msync()" - LP: #150

[Yahoo-eng-team] [Bug 1508126] [NEW] With hierarchical port binding, when vm migrating across ToR switch, ovs agent will add wrong network-related flows in ovs bridges on new host.

2015-10-20 Thread yaobo
Public bug reported: With hierarchical port binding, when vm migrating across ToR switch, in the first step, vm port plug in br-int on new host, ovs agent get port details by calling get_devices_details_list, but the bottom vlan segment is old before port hostid is updated and bottom vlan segme

[Yahoo-eng-team] [Bug 1508106] [NEW] For wrong ethertype exception message is hard coded

2015-10-20 Thread Manjeet Singh Bhatia
Public bug reported: if you give any wrong ethertype while creating security group rule. it will always mention reason None in exception message Invalid input for ethertype. Reason: 'None' is not in ['IPv4', 'IPv6']. try neutron security-group-rule-create --ethertype ip --protocol icmp it w

[Yahoo-eng-team] [Bug 1494281] Re: neutron-openvswitch-agent is crashing with "invalid literal for int() with base 10" error

2015-10-20 Thread Kyle Mestery
** Also affects: neutron/liberty Importance: Undecided Status: New ** Changed in: neutron/liberty Status: New => Confirmed ** Changed in: neutron/liberty Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1508066] [NEW] Hyper-V: Support for Hyper-V Server 2008 R2 has been removed in Mitaka

2015-10-20 Thread Claudiu Belu
Public bug reported: Support for Windows / Hyper-V Server 2008 R2 has been deprecated in Liberty [1] and it is no longer supported in Mitaka. The Log warning should be removed, as well as removing any usage of *utils modules using the old WMI namespace 'root/virtualization' and the CONF.hyperv.fo

[Yahoo-eng-team] [Bug 1507558] Re: Ironic gate breakage: deployed VM's do not get DHCP

2015-10-20 Thread Dmitry Tantsur
** Changed in: ironic 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/1507558 Title: Ironic gate breakage: deployed VM's do not get DHCP Status in Iro

[Yahoo-eng-team] [Bug 1508040] [NEW] Sporadic timeouts while waiting for PhantomJS in gate-horizon-npm-run-test

2015-10-20 Thread Timur Sufiev
Public bug reported: The usual log in this cases looks like: 2015-10-20 11:52:17.064 | INFO [karma]: Karma v0.12.31 server started at http://localhost:9876/ 2015-10-20 11:52:17.067 | INFO [launcher]: Starting browser PhantomJS 2015-10-20 11:52:19.559 | WARN [watcher]: [

[Yahoo-eng-team] [Bug 1467927] Re: Odd number of vCPUs breaks 'prefer' threads policy

2015-10-20 Thread OpenStack Infra
** Changed in: nova Status: Invalid => In Progress ** Changed in: nova Assignee: Stephen Finucane (sfinucan) => Nikola Đipanov (ndipanov) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https:

[Yahoo-eng-team] [Bug 1507610] Re: Keystone v3 incompatable with keystone v2

2015-10-20 Thread Niall Bunting
** Project changed: glance => glance-store -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1507610 Title: Keystone v3 incompatable with keystone v2 Status in glance_store: New Bug desc

[Yahoo-eng-team] [Bug 1507950] [NEW] The metadata_proxy for a network will never be deleted even if it is not needed.

2015-10-20 Thread Hong Hui Xiao
Public bug reported: Find this issue in a large scale test. Steps to reproduce: (1) I have about 1000 networks and set enable_isolated_metadata=True firstly. (2) But then I find the metadata_proxy process is too many, and I want to disable it. So I set the enable_isolated_metadata=False. (3) res

[Yahoo-eng-team] [Bug 1507944] [NEW] Incorrect example in federated rules documentation

2015-10-20 Thread Marek Denis
Public bug reported: There is a major error in one of the examples in the mapping rules documentation [0] When mapping groups by names along with blacklist/whitelist keywords the correct structure is: "local": [ { "groups": "{0}",

[Yahoo-eng-team] [Bug 1507521] Re: Nova Resize is failing for shared storage between Compute node

2015-10-20 Thread Markus Zoeller (markus_z)
@palbhan: > [...] we checked the share storage is true or not before migrating. So, did you do a resize which results in a cold-migration (=rebuild) of the instance to another server? > I think checking the share storage using " shared_storage = > (dest == self.get_host_ip_addr())" is not the r

[Yahoo-eng-team] [Bug 1507620] Re: vm i/o blocked random at low i/o Pressure

2015-10-20 Thread Markus Zoeller (markus_z)
@tangyi: > vm occur i/o blocked about every five days. I wouldn't say that this is an issue within Nova or can be solved in Nova, that's why I think this bug report is invalid. Nevertheless, if I understand [1] correctly, you can tweak your servers to handle that IO blocking. > can we do that? I

[Yahoo-eng-team] [Bug 1507920] [NEW] get_user_roles exception in RoleAssignmentV2

2015-10-20 Thread zouyee
Public bug reported: if we revoke get_user_roles(RoleAssignmentV2) tenant_id not given, it raise exception raise exception.ProjectNotFound(project_id=project_id) ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1507915] [NEW] libguestfs launch image failed in ubuntu

2015-10-20 Thread Chung Chih, Hung
Public bug reported: I had following settings when I want to enable inject feature in nova. [libvirt] inject_partition = -1 inject_key = True But nova-compute service will raise following exception 2015-10-20 07:12:57.318 ERROR nova.virt.libvirt.driver [req-777e2fe1-a4f0-4c16-bb71-ee34e59aa2ba a