[Yahoo-eng-team] [Bug 1404458] [NEW] python setup.py build failed on rhel 7.0

2014-12-20 Thread xugangsh
Public bug reported:

After new source code in neutron master branch, we ran below command
failed on rhel 7.0

python setup.py build

running build
[...]

running build_py
[...]

running egg_info
writing requirements to neutron.egg-info/requires.txt
writing neutron.egg-info/PKG-INFO
writing top-level names to neutron.egg-info/top_level.txt
writing dependency_links to neutron.egg-info/dependency_links.txt
writing entry points to neutron.egg-info/entry_points.txt
[pbr] Reusing existing SOURCES.txt
error: can't copy 'neutron/tests/functional/contrib': doesn't exist or not a 
regular file

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

Title:
  python setup.py build failed on rhel 7.0

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  After new source code in neutron master branch, we ran below command
  failed on rhel 7.0

  python setup.py build

  running build
  [...]

  running build_py
  [...]

  running egg_info
  writing requirements to neutron.egg-info/requires.txt
  writing neutron.egg-info/PKG-INFO
  writing top-level names to neutron.egg-info/top_level.txt
  writing dependency_links to neutron.egg-info/dependency_links.txt
  writing entry points to neutron.egg-info/entry_points.txt
  [pbr] Reusing existing SOURCES.txt
  error: can't copy 'neutron/tests/functional/contrib': doesn't exist or not a 
regular file

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1404458/+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 1404471] [NEW] Can't associate a health monitor for a neutron load balance pool

2014-12-20 Thread Hong Hui Xiao
Public bug reported:

I create a load balance pool and a health monitor from horizon. Then I
want to associate the health monitor to the pool.  After click the
"Associate Monitor" button, I can see the pop-up dialog. But in the
Select of the dialog, I can't select the newly created health monitor.

If I do the same operation from cli, everything works fine.

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

Title:
  Can't associate a health monitor for a neutron load balance pool

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  I create a load balance pool and a health monitor from horizon. Then I
  want to associate the health monitor to the pool.  After click the
  "Associate Monitor" button, I can see the pop-up dialog. But in the
  Select of the dialog, I can't select the newly created health monitor.

  If I do the same operation from cli, everything works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1404471/+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 1404491] [NEW] Cant boot from Image (create new Volume) for Windows ONLY

2014-12-20 Thread Bilal Zubair
Public bug reported:

ENVIRONMENT:
I am using Icehouse and using external storage for cinder. 
Network and Controller in one hypervisor - Ubuntu KVM
Compute on another hypervisor - Ubuntu kvm
GRE tunnel between compute and network node

ISSUE:
When I use boot from Image (create new Volume) option for windows 2012 R2  it 
fails. It did create the volume but then after it errors out. (Look for error 
in the log below)
If I create a separate volume and attach is with Windows in 2 steps then it 
works fine
boot from Image (create new Volume)  works fine with Centos also.
Below are the log messages from compute nova-compute.log

2014-12-20 00:04:18.346 15633 TRACE nova.openstack.common.periodic_task 
OSError:   [Errno 13] Permission denied: '/root/WindowsServer2012R2_x64.iso'
2014-12-20 00:04:18.346 15633 TRACE nova.openstack.common.periodic_task
2014-12-20 00:05:10.853 15633 AUDIT nova.compute.resource_tracker [-] Auditing 
l  ocally available compute resources
2014-12-20 00:05:11.419 15633 ERROR nova.openstack.common.periodic_task [-] 
Erro  r during ComputeManager.update_available_resource: [Errno 13] 
Permission denied:   '/root/WindowsServer2012R2_x64.iso'
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
Tracebac  k (most recent call last):
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task   File 
"  
/usr/lib/python2.7/dist-packages/nova/openstack/common/periodic_task.py", line 
1  82, in run_periodic_tasks
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
task  (self, context)
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task   File 
"  /usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 5444, in 
update_  available_resource
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
rt.u  pdate_available_resource(context)
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task   File 
"  /usr/lib/python2.7/dist-packages/nova/openstack/common/lockutils.py", 
line 249,   in inner
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
retu  rn f(*args, **kwargs)
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task   File 
"  /usr/lib/python2.7/dist-packages/nova/compute/resource_tracker.py", line 
293, in   update_available_resource
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
reso  urces = self.driver.get_available_resource(self.nodename)
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task   File 
"  /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 
4187, in get  _available_resource
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
stat  s = self.get_host_stats(refresh=True)
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task   File 
"  /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 
4862, in get  _host_stats
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
retu  rn self.host_state.get_host_stats(refresh=refresh)
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task   File 
"  /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 
5263, in get  _host_stats
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
self  .update_status()
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 5306  
ate_status
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  ['disk_available_least'] = _get_disk_available_least()
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 5279  
t_disk_available_least
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  _over_committed = (self.driver.
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 4832  
_disk_over_committed_size_total
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  .get_instance_disk_info(i_name))
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 4804  
_instance_disk_info
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  ize = int(os.path.getsize(path))
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task 
  /usr/lib/python2.7/genericpath.py", line 49, in getsize
2014-12-20 00:05:11.419 15633 TRACE nova.openstack.common.periodic_task

[Yahoo-eng-team] [Bug 1404115] Re: can't copy 'neutron/tests/functional/contrib'

2014-12-20 Thread Joshua Harlow
** Also affects: taskflow
   Importance: Undecided
   Status: New

** Changed in: taskflow
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1404115

Title:
  can't copy 'neutron/tests/functional/contrib'

Status in OpenStack Neutron (virtual network service):
  In Progress
Status in Taskflow for task-oriented systems.:
  New
Status in tripleo - openstack on openstack:
  Triaged

Bug description:
  This appeared in CI while installing neutron
  
http://logs.openstack.org/17/139217/10/check-tripleo/check-tripleo-ironic-undercloud-precise-nonha/3974020/console.html

  
  2014-12-19 03:48:18.034 | 
  2014-12-19 03:48:18.034 | creating 
build/lib.linux-x86_64-2.7/neutron/plugins/cisco/l3/configdrive_templates
  2014-12-19 03:48:18.034 | 
  2014-12-19 03:48:18.034 | copying 
neutron/plugins/cisco/l3/configdrive_templates/csr1kv_cfg_template -> 
build/lib.linux-x86_64-2.7/neutron/plugins/cisco/l3/configdrive_templates
  2014-12-19 03:48:18.034 | 
  2014-12-19 03:48:18.034 | copying neutron/plugins/ml2/drivers/arista/README 
-> build/lib.linux-x86_64-2.7/neutron/plugins/ml2/drivers/arista
  2014-12-19 03:48:18.034 | 
  2014-12-19 03:48:18.034 | error: can't copy 
'neutron/tests/functional/contrib': doesn't exist or not a regular file
  2014-12-19 03:48:18.034 | 
  2014-12-19 03:48:18.034 | 
  2014-12-19 03:48:18.034 | Cleaning up...

  probably related to https://review.openstack.org/#/c/142558/

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1404115/+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 1403411] Re: Can't get the list of router with the filter of "distributed" or "ha"

2014-12-20 Thread KaiLin
** Project changed: neutron => python-neutronclient

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1403411

Title:
  Can't get the list of router with the filter of "distributed" or "ha"

Status in Python client library for Neutron:
  New

Bug description:
  SYMPTOM:
  GET  /v2.0/routers?distributed=false
  response:
  "routers": [
  {
  "status": "ACTIVE",
  "external_gateway_info": {
  "network_id": "bb935f5c-c72e-4abc-9550-2ce7b90c14c8",
  "enable_snat": true,
  "external_fixed_ips": [
  {
  "subnet_id": "7b49431e-f1c2-473e-b919-135ead0274e0",
  "ip_address": "172.24.4.102"
  }
  ]
  },
  "name": "router2",
  "admin_state_up": true,
  "tenant_id": "475660789a404a0e9294eb92a0cecb0e",
  "distributed": true,
  "routes": [],
  "ha": false,
  "id": "f77809c6-05ae-446a-b497-1b4392f29bc8"
  }
  ]
  }

  and the same with "ha"

  In some case,we need get the list of router with the filter of
  "distributed" or "ha".So we need to fix it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-neutronclient/+bug/1403411/+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 1403020] Re: Kwarg 'filter_class_names' is never passed to HostManager#get_filtered_hosts

2014-12-20 Thread zhangtralon
** Also affects: cinder
   Importance: Undecided
   Status: New

** No longer affects: cinder

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

Title:
  Kwarg 'filter_class_names' is never passed to
  HostManager#get_filtered_hosts

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  the parameter filter_class_names  from funciton get_filtered_hosts is
  not assigned values, so we always use the filters from
  CONF.scheduler_default_filters.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1403020/+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 1404605] [NEW] Prevent symlinks to creep in the tree

2014-12-20 Thread Armando Migliaccio
Public bug reported:

This change:

https://review.openstack.org/#/c/142558/

Caused a bit of grief:

https://bugs.launchpad.net/neutron/+bug/1404458
https://bugs.launchpad.net/tripleo/+bug/1404115

Let's make sure it never happens again.

** Affects: neutron
 Importance: Low
 Assignee: Armando Migliaccio (armando-migliaccio)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1404605

Title:
  Prevent symlinks to creep in the tree

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  This change:

  https://review.openstack.org/#/c/142558/

  Caused a bit of grief:

  https://bugs.launchpad.net/neutron/+bug/1404458
  https://bugs.launchpad.net/tripleo/+bug/1404115

  Let's make sure it never happens again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1404605/+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