[Yahoo-eng-team] [Bug 1373239] [NEW] libvirt: custom video RAM setting in MB but libvirt xml is in blocks of 1024 bytes

2014-09-24 Thread Jonas Hagberg
Public bug reported: When using this feature https://review.openstack.org/#/c/63472/ libvirt: Enable custom video RAM setting I am setting image meta of image metadata hw_video_model vga metadata hw_video_ram 64 As stated hw_video_ram can be provided via the

[Yahoo-eng-team] [Bug 1373266] [NEW] Fix space and spelling issues in log/exception messages

2014-09-24 Thread Pranali Deore
Public bug reported: 1) neutron/common/exceptions.py class PortInUse message = Unable to complete operation on port %(port_id)s for network %(net_id)s. Port already has an attacheddevice %(device_id)s. should be message = Unable to complete operation on port %(port_id)s for network

[Yahoo-eng-team] [Bug 1373268] [NEW] Fix space issue in help message for user_storage_quota config parameter

2014-09-24 Thread Pranali Deore
Public bug reported: .Optional unit can be specified for the value. Accepted units are B, KB, MB, GB and TB representing Bytes, KiloBytes, MegaBytes, GigaBytes and TeraBytesrespectively.. To .Optional unit can be specified for the value. Accepted units are B, KB, MB, GB and TB

[Yahoo-eng-team] [Bug 1373287] [NEW] Security group doesn't work when L2 agent enable ipset

2014-09-24 Thread shihanzhang
Public bug reported: In bellow case, if L2 agent enable ipset, security group does not work: 1. create new security group with IPv6 ingress rule (and no IPv4) 2. launch an instance in this security group ** Affects: neutron Importance: Undecided Assignee: shihanzhang (shihanzhang)

[Yahoo-eng-team] [Bug 1371559] Re: v2 image-update does not handle some schema properties properly

2014-09-24 Thread Kamil Rykowski
** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1371559 Title: v2 image-update does not handle some schema properties

[Yahoo-eng-team] [Bug 1373310] [NEW] Angular JS integeration in Openstack horizon dashboard should be documentation

2014-09-24 Thread Swaroop Jayanthi
Public bug reported: Angular JS integeration in Openstack horizon dashboard should be documentation. As of now most of the UI developers not able to find appropriate documentation or approach on Horizon and Angular JS framework. ** Affects: horizon Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1373073] Re: Image v1 json client timeout while checking that image was deleted

2014-09-24 Thread Ghanshyam Mann
Above is comment valid if we get image through nova or glance V1 API. for Glance V2 API, I think glance does not provide the deleted images in SHOW API. Images has been fetched from image repo with 'force_show_deleted' param as false (default value) -

[Yahoo-eng-team] [Bug 1367500] Re: IPv6 network doesn't create namespace, dhcp port

2014-09-24 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/123671 ** Changed in: neutron Status: Invalid = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1373333] [NEW] glance-replicator livecopy cannot work due to Bad header: x-image-meta-virtual-size

2014-09-24 Thread Jun Hong Li
Public bug reported: I would like to use glance-replicator livecopy command to replicate the images from one openstack instance to anthor, it goes to error while running the livecopy command: 2014-09-24 17:32:09.082 24953 CRITICAL glance [-] ServerErrorException: 400 Bad Request The server

[Yahoo-eng-team] [Bug 1373337] [NEW] Updating quotas path issue

2014-09-24 Thread Jamie Hannaford
Public bug reported: In the docs (http://developer.openstack.org/api-ref-networking-v2.html #quotas-ext), it clearly says that to update quota values, the request should be: PUT /v2.0/quotas But I'm getting a 404 when you do this. If you do this instead: PUT /v2.0/quotas/foo it works as

[Yahoo-eng-team] [Bug 1373359] [NEW] Vxlan UDP port is not updated in db

2014-09-24 Thread Romil Gupta
Public bug reported: The value for Vxlan UDP port should be changed in ml2_vxlan_endpoints table according to the values configured in ml2_conf.ini at L2 agent side. VXLAN_UDP_PORT = 4789 def add_endpoint(self, ip, udp_port=VXLAN_UDP_PORT): LOG.debug(_(add_vxlan_endpoint()

[Yahoo-eng-team] [Bug 1306559] Re: Fix python26 compatibility for RFCSysLogHandler

2014-09-24 Thread Serg Melikyan
** Changed in: murano Status: Fix Committed = 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/1306559 Title: Fix python26 compatibility for RFCSysLogHandler Status

[Yahoo-eng-team] [Bug 1373391] [NEW] bootstrap_datepicker/datepicker3.css' could not be found in the COMPRESS_ROOT

2014-09-24 Thread Hong-Guang
Public bug reported: Error during template rendering In template /opt/stack/horizon/openstack_dashboard/templates/_stylesheets.html, error at line 3 'horizon/lib/bootstrap_datepicker/datepicker3.css' could not be found in the COMPRESS_ROOT '/opt/stack/horizon/static' or with staticfiles. 1

[Yahoo-eng-team] [Bug 1373410] [NEW] Can't update ipv6-ra-mode or ipv6-address-mode for a ipv6 subnet

2014-09-24 Thread Baodong (Robert) Li
Public bug reported: $ neutron subnet-create --ip-version 6 --name mysub --ipv6-ra-mode slaac private 2001:1::/64 Created a new subnet: +---+--+ | Field | Value

[Yahoo-eng-team] [Bug 1373414] [NEW] Icehouse Glance starts but does not listen - doesn't bind to configured port 9292

2014-09-24 Thread Disaster
Public bug reported: Ubuntu 14.04.1 LTS, all configured as described in the official installation guide up to Install the Image service section. service glance-api start and service glance-registry start report NO errors. Relevant processes are confirmed running. But neither is listening

[Yahoo-eng-team] [Bug 1373439] [NEW] Django models.py bug already fixed

2014-09-24 Thread Marcos Lobo
Public bug reported: In this file https://github.com/openstack/horizon/blob/master/horizon/models.py#L20 we have this message: Stub file to work around django bug: https://code.djangoproject.com/ticket/7198; And this bug was already fixed, so, in my opinion, we should to improve this models.py

[Yahoo-eng-team] [Bug 1373454] [NEW] glance-api raises 500 error for invalid scheme while creating image

2014-09-24 Thread Abhishek Kekane
Public bug reported: glance-api raises 500 error for invalid scheme while creating image using v1 api in get_store_or_400() method. The reason, in this method exception.UnknownScheme() exception is caught and this UnknownScheme exception class is not present in glance/common/excepion.py module

[Yahoo-eng-team] [Bug 1373430] Re: Error while compressing files

2014-09-24 Thread Derek Higgins
** Also 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/1373430 Title: Error while compressing files

[Yahoo-eng-team] [Bug 1373478] [NEW] filter scheduler makes invalid assumption of monotonicity

2014-09-24 Thread Mike Spreitzer
Public bug reported: The current filter scheduler handles the scheduling of a homogenous batch of N instances with a loop that assumes that a host ruled out in one iteration can not be desirable in a later iteration --- but that is a false assumption. Consider the case of a filter whose purpose

[Yahoo-eng-team] [Bug 1373491] [NEW] feature request: option to run user-data as non-root

2014-09-24 Thread Matt Lesko
Public bug reported: We have a use case where we want to offer users cloudable services (AWS, Openstack), but *without* the possiblity of getting root access. We can lock down an instance of course, by denying root logins and removing the instance user from sudo, or restricting the rules. But

[Yahoo-eng-team] [Bug 1373502] [NEW] tenant list needs to sorted alphabetically , else need proper search mechanism

2014-09-24 Thread Amogh
Public bug reported: 1. Login to DevStack as admin 2. Go to Identity-Projects 3. Observe that tenant list is not sorted It will be difficult for user/admin to search for specific tenant, if it is not sorted list or there no mechanism to search the tenant. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1365961] Re: Dangerous iptables rule generated in case of protocol any and source-port/destination-port usage

2014-09-24 Thread Nathan Kinder
The security note for this issue has been published as OSSN-0029: https://wiki.openstack.org/wiki/OSSN/OSSN-0029 ** Changed in: ossn Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1373524] [NEW] dvr snat delete binding changed

2014-09-24 Thread Mike Smith
Public bug reported: Recent changes in the l3 plugin related to dvr snat binding has changed how the binding is sent to the l3-agent. This patch changes the l3-agent to properly handle the external gateway clear/delete cases. SNAT namespaces will not be deleted in all cases without this fix. **

[Yahoo-eng-team] [Bug 1373525] [NEW] Pass instance's name to neutron

2014-09-24 Thread Ronak Shah
Public bug reported: Nova, while creating or updating port for an instance, does not pass name to the port's request body. Though, device-id is set as VM's uuid it would help to pass the name along with it for the ease of corelating port with the instance. Instance's name will be the port's new

[Yahoo-eng-team] [Bug 1373535] [NEW] obj_make_compatible is wrong

2014-09-24 Thread Matt Riedemann
Public bug reported: Commit 7cdfdccf1bb936d559bd3e247094a817bb3c03f4 attempted to make the obj_make_compatible calls consistent, but it actually changed them the wrong way. Change https://review.openstack.org/#/c/121663/ addresses the bug but is sitting on top of a change that might be too risky

[Yahoo-eng-team] [Bug 1239481] Re: nova baremetal requires manual neutron setup for metadata access

2014-09-24 Thread Bruce Thompson
** 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/1239481 Title: nova baremetal requires manual neutron setup for

[Yahoo-eng-team] [Bug 1373547] [NEW] Cisco N1kv: Remove unnecessary REST call to delete VM network on controller

2014-09-24 Thread Abhishek Raut
Public bug reported: Remove the rest call to delete vm network on the controller and ensure that database remains consistent. ** Affects: neutron Importance: Undecided Assignee: Abhishek Raut (abhraut) Status: New ** Tags: cisco ** Changed in: neutron Assignee:

[Yahoo-eng-team] [Bug 1373417] Re: can't update ipv6-ra-mode and ipv6-address-mode due to invalid ip version exception

2014-09-24 Thread Armando Migliaccio
Hang on, what's the state of the subnet prior to the update? ** Changed in: python-neutronclient Status: In Progress = Incomplete ** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) = Baodong (Robert) Li (baoli) -- You

[Yahoo-eng-team] [Bug 1373337] Re: Updating quotas path issue

2014-09-24 Thread Armando Migliaccio
Testing on master, I was unable to verify 2: this must be the tenant uuid. Bear in mind that this is an admin only operation. As for 1. I believe this should be rectified in the documentation. ** Changed in: neutron Status: New = Incomplete ** Also affects: openstack-manuals

[Yahoo-eng-team] [Bug 1373599] [NEW] Trust operations in policy.json are misleading

2014-09-24 Thread Nathan Kinder
Public bug reported: The sample policy.json files included in Keystone have the trust API operations listed. For example: identity:create_trust: user_id:%(trust.trustor_user_id)s, identity:get_trust: rule:admin_or_owner, identity:list_trusts: , identity:list_roles_for_trust: ,

[Yahoo-eng-team] [Bug 1369514] Re: django-pyscss can't find bootstrap files from xstatic

2014-09-24 Thread James Page
** Also affects: python-django-pyscss (Ubuntu) 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/1369514 Title:

[Yahoo-eng-team] [Bug 1370137] Re: pyscss can't compile bootstrap 3.2.0

2014-09-24 Thread James Page
** Also affects: python-pyscss (Ubuntu) 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/1370137 Title: pyscss can't

[Yahoo-eng-team] [Bug 1373634] [NEW] ML2 plugin bulk operations require multiple notifications being sent for sec group member updates

2014-09-24 Thread Mohammad Banikazemi
Public bug reported: Currently, security group member updates can be sent for individual ports and therefore bulk creates require multi notifications (one for each port if necessary). In particular in the ML2 plugin for supporting bulk port creates self.notify_security_groups_member_updated()

[Yahoo-eng-team] [Bug 1370137] Re: pyscss can't compile bootstrap 3.2.0

2014-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-pyscss - 1.2.1-0ubuntu1 --- python-pyscss (1.2.1-0ubuntu1) utopic; urgency=medium * New upstream point release, resolving compilation failures for bootstrap = 3.2.0 (LP: #1370137). * d/p/python-3.2-six.u.patch: Dropped, causes

[Yahoo-eng-team] [Bug 1373637] [NEW] ML2 plugin does not handle failure during rollback for failed create operations

2014-09-24 Thread Mohammad Banikazemi
Public bug reported: During create operations for port/network/subnet in ML2 plugin (for both bulk and non bulk operations), if the crate fails, the resource is deleted in the rollback. If the deletion of the resource fails, the resource may continue to remain in the db without any indication

[Yahoo-eng-team] [Bug 1373633] [NEW] Nuage syncmanager needs information about external networks to sync sharednetworks in VSD

2014-09-24 Thread Sayaji Patil
Public bug reported: Nuage syncmanager is able to sync an external network as a sharednetwork in VSD, if the external network is configured as gateway to the router. But in case when an external network is not configured as gateway, syncmanager has to pass information like the external netid ,

[Yahoo-eng-team] [Bug 1369514] Re: django-pyscss can't find bootstrap files from xstatic

2014-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django-pyscss - 1.0.3-0ubuntu1 --- python-django-pyscss (1.0.3-0ubuntu1) utopic; urgency=low * New upstream point release, resolving problem reading bootstrap css files in OpenStack Horizon (LP: #1369514). * Merge from Debian unstable.

[Yahoo-eng-team] [Bug 1373651] [NEW] saved dates resets when switch to a different language

2014-09-24 Thread Gloria Gu
Public bug reported: The saved from and to date don't seem to be honored when switch to different language. How to reproduce: From Admin - Overview change the From or To date by picking up the different date, for example, today is 9/24/2014 The original From is 9/1/2014 The original To is

[Yahoo-eng-team] [Bug 1373652] [NEW] For redundant Arista switches do not fail L3 operations if one switch is available

2014-09-24 Thread Sukhdev Kapur
Public bug reported: If Arista HW is configured in MLAG (redundancy mode), allow the L3 operation to succeed if configuration was successful on at least on one of the switches. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1373660] [NEW] An in-use dhcp port can be deleted

2014-09-24 Thread Stephen Ma
Public bug reported: An in-use dhcp-port can be deleted by a tenant: For example: stack@Controller:~/DEVSTACK/user-1$ neutron net-list +--+---+--+ | id | name |

[Yahoo-eng-team] [Bug 1373666] [NEW] Cisco N1KV: Missing tenant id in REST call to controller

2014-09-24 Thread Sourabh Patwardhan
Public bug reported: Bug: Missing tenant id in the create port REST API to VSM (controller). The fix is to add the missing tenant id parameter in the REST API ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1263790] Re: ipmitool does not support OPERATOR priv level

2014-09-24 Thread Devananda van der Veen
** Changed in: nova Status: Triaged = 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/1263790 Title: ipmitool does not support OPERATOR priv level

[Yahoo-eng-team] [Bug 1373671] [NEW] SSH driver does not work with non-english locale

2014-09-24 Thread Devananda van der Veen
Public bug reported: The SSH driver's vmware and virsh command sets contain a grep clause which depends upon localized strings, causing this driver to be unusable on systems with a non-english locale setting. For vmware: 136 'list_running': ( 137 vmsvc/power.getstate

[Yahoo-eng-team] [Bug 1331563] Re: container does not show up after creation

2014-09-24 Thread Julie Pichon
Not sure if it makes sense to have icehouse-backport-potential on a bug that doesn't link to the master patch, we probably should find the original commit that fixed it first. In the meantime, marking as Invalid on master and opening a Icehouse task. ** Also affects: horizon/icehouse

[Yahoo-eng-team] [Bug 1373391] Re: bootstrap_datepicker/datepicker3.css' could not be found in the COMPRESS_ROOT

2014-09-24 Thread Hong-Guang
The issue gone after the desktop reboot ** Changed in: horizon Status: Incomplete = 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/1373391 Title:

[Yahoo-eng-team] [Bug 1373680] [NEW] keystone fails to start on icehouse side of grenade, error: [Errno 98] Address already in use

2014-09-24 Thread Matt Riedemann
Public bug reported: I know we used to have a bug for this but I can't find it anymore, so opening a new one as this failed a job: http://logs.openstack.org/84/123784/1/check/check-grenade- dsvm/0082b12/logs/old/screen-key.txt.gz#_2014-09-24_17_42_14_365 2014-09-24 17:42:14.365 32570 ERROR root

[Yahoo-eng-team] [Bug 1373741] [NEW] The v2.1 API links of list versions API doesn't show v2.1

2014-09-24 Thread Ken'ichi Ohmichi
Public bug reported: Now v2.1 API is provided on /v2.1 URL as the default but the links does not show v2.1 like the following: $ curl -i 'http://192.168.11.62:8774/' -X GET -H Accept: application/json -H X-Auth-Project-Id: demo -H X-Auth-Token: {SHA1}a478a30ec8bdadbdb5b8f98d97bf99ac83a8a1ea