[Yahoo-eng-team] [Bug 1351892] [NEW] Missing packages on clean environment

2014-08-03 Thread Gary Kotton
Public bug reported: Perhaps you should add the directory containing `libvirt.pc' to the PKG_CONFIG_PATH environment variable No package 'libvirt' found Package libvirt was not found in the pkg-config search path. Perhaps you should add the directory containing `libvirt.pc' to the

[Yahoo-eng-team] [Bug 1351892] Re: Missing packages on clean environment

2014-08-03 Thread Gary Kotton
Added in https://github.com/openstack/nova/commit/21bf0219f66ca9041bc0cf9c29e3a23c054d125c ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1284677] Re: Python 3: do not use 'unicode()'

2014-08-03 Thread Valeriy Ponomaryov
** Changed in: manila Status: In Progress = Fix Committed ** Changed in: manila Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1284677

[Yahoo-eng-team] [Bug 1351960] [NEW] cloud-init.log inconsistent date format

2014-08-03 Thread Darik Horn
Public bug reported: The first field of the /var/log/cloud-init.log file alternates between ISO and local date formats. In the attached example, the change happens at: 2014-08-03 01:45:53,472 - util.py[DEBUG]: Read 12 bytes from /proc/uptime 2014-08-03 01:45:53,472 -

[Yahoo-eng-team] [Bug 1351973] [NEW] re-raising exceptions in a non-compatible way with Python 3

2014-08-03 Thread Felipe Reyes
Public bug reported: Horizon's source code is re-raising exceptions using the deprecated syntax `raise exc_type, exc_value, exc_traceback`, to make the source code compatible with Python 2 and Python 3, Horizon should user `six.reraise()`. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1352102] [NEW] users are unable to create ports on provider networks

2014-08-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: after commit da66d50010d5b1ba1d7fc9c3d59d81b6c01bb0b0 my users are unable to boot vm attached to provider networks, this is a serious regression for me as we mostly use provider networks. bug which originated the commit

[Yahoo-eng-team] [Bug 1352102] [NEW] users are unable to create ports on provider networks

2014-08-03 Thread gustavo panizzo
Public bug reported: after commit da66d50010d5b1ba1d7fc9c3d59d81b6c01bb0b0 my users are unable to boot vm attached to provider networks, this is a serious regression for me as we mostly use provider networks. bug which originated the commit

[Yahoo-eng-team] [Bug 1352105] [NEW] can not get network info from metadata server

2014-08-03 Thread lvdongbing
Public bug reported: I want to use cloudinit to get the network info and write it into the network configuration file, but it failed because cloudinit didn't get the network info. In the vm, I used curl to test the metadata as below #curl http://169.254.169.254/openstack/latest/meta_data.json

[Yahoo-eng-team] [Bug 1352115] [NEW] stop spamming cadf event authn messages in log

2014-08-03 Thread Steve Martinelli
Public bug reported: In keystone we currently log cadf events in the log, twice for every authN. Once for pending and once for success/failure. This is unnecessary since the notification_driver option in keystone.conf can have multiple values, one of them being log. ** Affects: keystone

[Yahoo-eng-team] [Bug 1352134] [NEW] /bin/pip: No such file or directory in pep8 and cover jobs

2014-08-03 Thread Joe Gordon
Public bug reported: https://review.openstack.org/#/c/75284/ changed pep8's envdir to venv. But this breaks the assumptions made by infra for all pep8 jobs. http://git.openstack.org/cgit/openstack- infra/config/tree/modules/openstack_project/files/slave_scripts/run- pep8.sh#n23 ** Affects:

[Yahoo-eng-team] [Bug 1352141] [NEW] uncaught exception in floating ip creation when pool is not found with neutron backend

2014-08-03 Thread Christopher Yeoh
Public bug reported: 2014-07-31 07:14:07.574 ERROR nova.api.openstack [req-98b42d5d-575f-4209-b711-4cb2ae8ef14e FloatingIPsNegativeTestXML-1138647745 FloatingIPsNegativeTestXML-1764448859] Caught error: Floating ip pool not found. 2014-07-31 07:14:07.574 28614 TRACE nova.api.openstack Traceback

[Yahoo-eng-team] [Bug 1352140] [NEW] do not show loading image for shelved offloaded status

2014-08-03 Thread Masco Kaliyamoorthy
Public bug reported: When we shelve an instance via CLI, in horizon instance table, the 'loading' image is continuously showing in the status column. This bug is already reported and fixed in bug #1318558 but it is not fixed properly. for rescue it is working fine but not for shelved

[Yahoo-eng-team] [Bug 1352144] [NEW] API client object like novaclient is created every time openstack_dashboard/api methods are called

2014-08-03 Thread Akihiro Motoki
Public bug reported: In API modules in openstack_dashboard api such as novaclient, neutronclient and so on, API client objects (novaclient, neutronclient...) are created every time openstack_dashboard/api methods are called even in a same request. Recreating API client object leads to