[Yahoo-eng-team] [Bug 1316926] Re: failed to reach ACTIVE status and task state "None" within the required time

2014-06-09 Thread Attila Fazekas
** Also affects: nova Importance: Undecided Status: New -- 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/1316926 Title: failed to reach ACTIVE status and task st

[Yahoo-eng-team] [Bug 1328387] [NEW] Instance object String field coercion of bool value is surprising

2014-06-09 Thread Vui Lam
Public bug reported: So in the process of converting certain test case from using an instance dict to a fake instance object, I noticed the following: self.instance_object.config_drive = False self.assertFalse(self.instance_object.config_drive) # Fails The reason the config_drive attribute

[Yahoo-eng-team] [Bug 1328382] [NEW] wrong doc for disabaled_reason in service list

2014-06-09 Thread jiang, yunhong
Public bug reported: In http://developer.openstack.org/api-ref-compute-v2-ext.html, the 'disabled_reason" field will be None for xml format and 'null’ for json format. However, in the documentation, it's stated as "", which is not correct. Below is the output of nova client: yjiang5@otccloud06

[Yahoo-eng-team] [Bug 1328375] [NEW] The 'x-openstack-request-id' from cinder cannot be output to the log.

2014-06-09 Thread Takashi NATSUME
Public bug reported: Cinder returns a response including 'x-openstack-request-id' in the HTTP response header when nova calls cinder. But nova cannot output 'x-openstack-request-id' to the log( if the call is successful). If nova outputs 'x-openstack-request-id' to the log, it will enable us to

[Yahoo-eng-team] [Bug 1328367] [NEW] Do not set vm error state when raise MigrationError

2014-06-09 Thread Xiang BZ Zhou
Public bug reported: Control Node: 101.0.0.20(also has compute service , but do not use it) Compute Node: 101.0.0.30 nova version: 2014.1.b2-847-ga891e04 in control node nova.conf allow_resize_to_same_host = True and in compute node nova.conf allow_resize_to_same_host = False detail: 1. boot a

[Yahoo-eng-team] [Bug 1278796] Re: Horizon Ceilometer hard-coded availability zone

2014-06-09 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1328362] [NEW] ext.check_env is not used

2014-06-09 Thread YAMAMOTO Takashi
Public bug reported: check_env method for extension descriptor is not documented or used. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 1319619] Re: Cannot delete unused 'default' security group for removed project

2014-06-09 Thread Thang Pham
According to http://docs.openstack.org/trunk/openstack-ops/content/security_groups.html: All projects have a "default" security group, which is applied to instances that have no other security group defined. Unless changed, this security group denies all incoming traffic. The fact that

[Yahoo-eng-team] [Bug 1328331] [NEW] Big Switch: servermanager consistency hash doesn't work in HA deployments

2014-06-09 Thread Kevin Benton
Public bug reported: The Big Switch servermanager records the consistency hash to the database every time it gets updated but it does not retrieve the latest value from the database whenever it includes it in an HTTP request. This is fine in single neutron server deployments because the cached ver

[Yahoo-eng-team] [Bug 1328321] [NEW] Big Switch: Consistency watchdog calling wrong method

2014-06-09 Thread Kevin Benton
Public bug reported: The consistency watch dog is calling the wrong method for a health check which is raising an exception. However, since it is in a greenthread, the exception is silently discarded so the watchdog dies without any indication. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1327065] Re: typo in cloud-config-user-groups.txt

2014-06-09 Thread Joern Heissler
Sorry to bother you :) The problem is on line 72 of http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config-user-groups.txt I'm not too familiar with bzr, but I assume that this is the trunk version, so it's not fixed. Please see also the attached diff fi

[Yahoo-eng-team] [Bug 1328293] [NEW] tempest test_delete_server_while_in_attached_volume fails Invalid volume status available/error

2014-06-09 Thread Brant Knudson
Public bug reported: This keystone change [1] failed with an error in the tempest.api.compute.servers.test_delete_server.DeleteServersTestXML.test_delete_server_while_in_attached_volume test in the gate-tempest-dsvm-full job. Here's the log: http://logs.openstack.org/45/84945/13/gate/gate-tempes

[Yahoo-eng-team] [Bug 1328288] [NEW] openvswitch agent fails with bridges longer than 11 chars

2014-06-09 Thread Kevin Benton
Public bug reported: The openvswitch agent will try to construct veth pairs with names longer than the maximum allowed (15) and fail. VMs will then have no external connectivity. This happens in cases where the bridge name is very long (e.g. int-br- bonded). ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1303856] Re: please mark a volume as read-only

2014-06-09 Thread Cindy Lu
** 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/1303856 Title: please mark a volume as read-only

[Yahoo-eng-team] [Bug 1328276] [NEW] test_list_image_filters.ListImageFiltersTest failed to create image

2014-06-09 Thread Attila Fazekas
Public bug reported: This test boots two server almost at the same time (starting the second instance before 1 first active), waits until both server is ACTIVE. Than creates the first snapshot create: http://logs.openstack.org/32/97532/3/check/check-tempest-dsvm-full/ae1f95a/logs/screen-n-cpu.tx

[Yahoo-eng-team] [Bug 1328267] [NEW] Admin Hypervisor table - change order of columns

2014-06-09 Thread Cindy Lu
Public bug reported: very, very minor nitpick. It may be a personal preference, but I would like to see the order of the columns show 'Used | Total' instead of vice versa. Right now in the Hypervisors table, the columns are: Hostname | Type | VCPUs (total) | VCPUs (used) | RAM (total) | RAM (us

[Yahoo-eng-team] [Bug 1326811] Re: Client failing with six =>1.6 error

2014-06-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/98263 Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=76ed427ca17fb271974b4882c0b5e3c18ed3d889 Submitter: Jenkins Branch:master commit 76ed427ca17fb271974b4882c0b5e3c18ed3d889 Author: Mathieu Gagné Date: Thu Jun 5 16:50:4

[Yahoo-eng-team] [Bug 1328245] [NEW] libvirt does not store connection_info after BFV setup

2014-06-09 Thread Dan Smith
Public bug reported: If booting from a volume, the virt driver does the setup of the volume with cinder before starting the instance. This differs from the attach volume case, which is managed by nova itself. Since the connect operation could yield new details in the connection_info structure that

[Yahoo-eng-team] [Bug 1328233] [NEW] Big Switch: Consistency header should be removed on sync

2014-06-09 Thread Kevin Benton
Public bug reported: The consistency header is included in the full topology sync which requires special-casing on the backend to ignore. It should just removed the header since it's a full sync that replaces all of the data anyway. ** Affects: neutron Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1328222] [NEW] BigSwitch: Sync function is missing network information

2014-06-09 Thread Kevin Benton
Public bug reported: The Big Switch full topology synchronization function isn't including all of the information about a network. It's only including the ports and floating IP addresses. The subnets are missing as well as the tenant of the network. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1328201] [NEW] Cannot fetch Certs with Compressed token provider

2014-06-09 Thread Adam Young
Public bug reported: The simple_cert extension has a check that prevents fetching certificates if the Token provider is not the PKI provider. ** Affects: keystone Importance: Critical Assignee: Adam Young (ayoung) Status: In Progress ** Changed in: keystone Importance: Unde

[Yahoo-eng-team] [Bug 1314674] Re: Unable to connect to VCenter 5.5 VimFaultException: Server raised fault: 'Element tag ns0:RetrieveServiceContent uses an undefined namespace prefix ns0

2014-06-09 Thread James Page
Fixed version uploaded to trusty-proposed for SRU team review. ** Description changed: - I'm currently trying to integrate an OpenStack testbed (based on - Icehouse nova-2014.1 , Ubuntu 14.04 standard packages) with VCenter. I - configured nova.conf http://docs.openstack.org/trunk/config- - refer

[Yahoo-eng-team] [Bug 1328181] [NEW] NSX: remove_router_interface might fail because of NAT rule mismatch

2014-06-09 Thread Salvatore Orlando
Public bug reported: The remove_router_interface for the VMware NSX plugin expects a precise number of SNAT rules for a subnet. If the actual number of NAT rules differs from the expected one, an exception is raised. The reasons for this might be: - earlier failure in remove_router_interface -

[Yahoo-eng-team] [Bug 1328067] Re: Token with "placeholder" ID issued

2014-06-09 Thread Dolph Mathews
** Changed in: keystone Importance: Undecided => Critical ** Also affects: python-keystoneclient Importance: Undecided Status: New ** Changed in: python-keystoneclient Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1328162] [NEW] Tempest fails to delete firewall in 300 seconds

2014-06-09 Thread Eugene Nikanorov
Public bug reported: Similar to bug #1314313 but this is another failure. In some tempest runs a test fails to delete firewall within 300 seconds. That happens because at the point firewall agent sends deleting confirmation to neutron server, firewall object is already updated to a state unexpec

[Yahoo-eng-team] [Bug 1328157] [NEW] ports not being deleted

2014-06-09 Thread Dan Radez
Public bug reported: I have a /24 for my floating ips and a revolving set of users. I delete unused floating ips and clear router gatways regularly, but my ports don't clear and I start to get ip allocation errors for setting the gateway: Error: Failed to set gateway No more IP addresses availabl

[Yahoo-eng-team] [Bug 1327425] Re: With default configuration Horizon is exposed to session-fixation attack

2014-06-09 Thread Thierry Carrez
Yes, I think it would make sense to issue a security note on that topic. The article by Pablo is a good read. It's a well known issue so i'll make it public. ** Information type changed from Private Security to Public ** Also affects: ossn Importance: Undecided Status: New ** Changed

[Yahoo-eng-team] [Bug 1328134] Re: [SRU] packaging for openstack icehouse 2014.1.1 release

2014-06-09 Thread Chuck Short
** Project changed: nova => ubuntu -- 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/1328134 Title: [SRU] packaging for openstack icehouse 2014.1.1 release Status in Ubunt

[Yahoo-eng-team] [Bug 1316271] Re: Network Security: VM hosts can SSH to compute node

2014-06-09 Thread Thierry Carrez
** Also affects: ossn Importance: Undecided Status: New ** Changed in: ossa Status: Incomplete => Won't Fix ** Information type changed from Public Security to Public -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1314674] Re: Unable to connect to VCenter 5.5 VimFaultException: Server raised fault: 'Element tag ns0:RetrieveServiceContent uses an undefined namespace prefix ns0

2014-06-09 Thread James Page
** Also affects: suds (Ubuntu) Importance: Undecided Status: New -- 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/1314674 Title: Unable to connect to VCenter 5.5

[Yahoo-eng-team] [Bug 1328134] [NEW] [SRU] packaging for openstack icehouse 2014.1.1 release

2014-06-09 Thread Corey Bryant
Public bug reported: OpenStack 2014.1.1 released today (09 June, 2014). >From the release email from Alan Pevec: A total of 79 bugs have been fixed across all projects. These updates to Icehouse are intended to be low risk with no intentional regressions or API changes. The list of bugs, tarball

[Yahoo-eng-team] [Bug 1328128] [NEW] In ovs agent, when a port is added and then removed in a short time, this port may lose its vlan tag.

2014-06-09 Thread Chengli Xu
Public bug reported: When a port is added, ovs agent runs scan_ports to get all changed ports, so it will be in port_info['current'] and port_info['added']. Then this port is removed (by nova or ohters) before treat_devices_added_or_updated called, means self.int_br.get_vif_port_by_id(device) retu

[Yahoo-eng-team] [Bug 1327065] Re: typo in cloud-config-user-groups.txt

2014-06-09 Thread Scott Moser
Joern, Sorry for the doc bug. This looks like it is documented correctly in trunk and in Ubuntu releases other than 12.04. See doc/examples/cloud-config-user-groups.txt at [1]. So I'm going to mark this as fix-released, and I wouldn't plan on doing through a StableReleaseUpdates [2] process for t

[Yahoo-eng-team] [Bug 1328052] Re: Using the v3cloudsample policy file, project admins can't administer users

2014-06-09 Thread Ajaya Agrawal
I don't think you should report this as a bug. V3cloudsample policy file is just for a reference. You could easily modify it to meet your needs. For e.g. you could do: "project_admin_required": "role:admin and project_id:%(target.user.default_project_id)s " "identity:create_user": "rule:cloud_adm

[Yahoo-eng-team] [Bug 1328076] [NEW] ovs-agent launch failed if br-int not existed

2014-06-09 Thread stanzgy
Public bug reported: ovs-agent failed to launch if br-int is not existed. $ sudo neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2014-06-09 18:55:04.780 20321 DEBUG neutron.agent.linux.utils [-] Running command: ['ip', '

[Yahoo-eng-team] [Bug 1251565] Re: flavor disk size do not take effect when using rbd image backend

2014-06-09 Thread Pádraig Brady
*** This bug is a duplicate of bug 1219658 *** https://bugs.launchpad.net/bugs/1219658 ** This bug is no longer a duplicate of bug 1247467 resizing of rbd volumes is still broken ** This bug has been marked a duplicate of bug 1219658 Wrong image size using rbd backend for libvirt -- Yo

[Yahoo-eng-team] [Bug 1328067] [NEW] Token with "placeholder" ID issued

2014-06-09 Thread Steven Hardy
Public bug reported: We're seeing test failures, where it seems that an invalid token is issued, with the ID of "placeholder" http://logs.openstack.org/69/97569/2/check/check-tempest-dsvm- full/565d328/logs/screen-h-eng.txt.gz See context_auth_token_info which is being passed using the auth_toke

[Yahoo-eng-team] [Bug 1328052] [NEW] Using the v3cloudsample policy file, project admins can't administer users

2014-06-09 Thread Udi Kalifon
Public bug reported: Project admins should be allowed to create, list, edit and delete users in their domains. Here is the rule from the v3cloudsample policy file: "admin_and_matching_target_user_domain_id": "rule:admin_required and domain_id:%(target.user.domain_id)s", "admin_and_matchi

[Yahoo-eng-team] [Bug 1328019] [NEW] Neutron db migration fails when adding a non-nullable column

2014-06-09 Thread Jun Xie
Public bug reported: add_column() of alembic does not work for adding a non-nullable column with a default value to an existing database table in DB2. in this bug, neutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py adds a column 'enable_snat' to table 'routers'. *

[Yahoo-eng-team] [Bug 1327935] Re: clear text passwords shown in log file at DEBUG level

2014-06-09 Thread Julie Pichon
*** This bug is a duplicate of bug 1004114 *** https://bugs.launchpad.net/bugs/1004114 Thanks for the reply, I will mark this as a duplicate of bug 1004114. ** This bug has been marked a duplicate of bug 1004114 Password logging -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1327974] [NEW] hyperv unit test agent failure

2014-06-09 Thread Kevin Benton
Public bug reported: The hyperv unit appear to not properly mock all cases of report_state calls so an occasional exception will be thrown on an unrelated patch.[1] 1. http://logs.openstack.org/01/96201/6/gate/gate-neutron- python27/2b0de5e/console.html ** Affects: neutron Importance: Undec

[Yahoo-eng-team] [Bug 1327975] [NEW] Use import from six.moves to import the queue module

2014-06-09 Thread Christian Berendt
Public bug reported: The name of the synchronized queue class is queue instead of Queue in Python3. ** Affects: neutron Importance: Undecided Assignee: Christian Berendt (berendt) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Eng

[Yahoo-eng-team] [Bug 1327959] [NEW] fwaas:firewall rule doesn't throw error when setting dest. ip address as network and took it as /32

2014-06-09 Thread Rajkumar
Public bug reported: when creating firewall rule if destination/source ipaddress as 10.10.10.0, it doesnt throw error and took it as 10.10.10.0/32 Steps to Reproduce: create firewall rule with destination ip address as 10.10.10.0 Actual Results: root@IGA-OSC:~# fwru re --source-ip-address

[Yahoo-eng-team] [Bug 1235112] Re: VMware driver not discovering iscsi targets while attaching cinder volumes

2014-06-09 Thread Thierry Carrez
** Changed in: nova Milestone: next => None ** Changed in: nova Status: Fix Committed => Fix Released -- 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/1235112 Ti

[Yahoo-eng-team] [Bug 1327955] [NEW] fwaas:Error not thrown when setting protocol as icmp and destination /source port while creating firewall rule

2014-06-09 Thread Rajkumar
Public bug reported: Error not thrown when setting protocol as icmp and destination /source port while creating firewall rule Steps to Reproduce: create firewall rule with protocol as icmp and destination port as 20 Actual Results: It is creating firewal rule with protocol as icmp and destinat