[Yahoo-eng-team] [Bug 1417908] [NEW] Empty subnet list results in returning all the ports

2015-02-03 Thread Zhiyuan Cai
Public bug reported: The motivation of method check_ports_exist_on_l3agent in l3_agentscheduler_db.py is to check if there exists one port whose binding host is the same as the input l3 agent, and whose subnet is attached to the input router. def check_ports_exist_on_l3agent(self, context, l3

[Yahoo-eng-team] [Bug 1417898] [NEW] Disable Associate Floating IP if instance already has floating ip

2015-02-03 Thread tinytmy
Public bug reported: If the instance has a floating ip, we can also click 'Associate floating IP', but it report error. Error: The requested instance port is already associated with another floating IP. ** Affects: horizon Importance: Undecided Assignee: tinytmy (tangmeiyan77)

[Yahoo-eng-team] [Bug 1417892] [NEW] Fail to add subnet to router if this subnet already add to this router

2015-02-03 Thread tinytmy
Public bug reported: When we already add the subnet to router, if we click 'Add Interface' again, we can see the subnet also can select, but if we real to add the subnet, it report a error. We can hidden the subnet if it already add to the router. Error: Failed to add_interface: Bad router reques

[Yahoo-eng-team] [Bug 1358147] Re: ProgrammingError: You have an error in your SQL syntax 'INSERT INTO meteringlabels'

2015-02-03 Thread Angus Lees
Fwiw, I agree with enikanorov's assessment. It looks like the first value (tenant_id) is mistakenly a python dict instead of the expected simple string. Having stared at the relevant piece of havana-eol code (neutron.db.metering.metering_db.MeteringDbMixin.create_metering_label()) and traced the

[Yahoo-eng-team] [Bug 1358624] Re: Config Drive not created when boot from volume

2015-02-03 Thread Deliang Fan
** Changed in: nova Status: Incomplete => Invalid ** Changed in: heat Status: Confirmed => In Progress -- 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/1358624

[Yahoo-eng-team] [Bug 1388891] Re: UI Issue when changing role of user for a tenant

2015-02-03 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 1417856] [NEW] Add help text for vcpu hours

2015-02-03 Thread tinytmy
Public bug reported: In overview page, disk huors and ram hours has help text. But vcpu hours has no help text. ** Affects: horizon Importance: Undecided Assignee: tinytmy (tangmeiyan77) Status: New ** Changed in: horizon Assignee: (unassigned) => tinytmy (tangmeiyan77)

[Yahoo-eng-team] [Bug 1417849] [NEW] Normal user(non superuser) can not and shouldn't see the instance HOST

2015-02-03 Thread Lawrance
Public bug reported: Login openstack as one normal user, then go into the instance detail page(overview), we can see the instance's HOST is `-`(see screeshot) that means normal user can not get the value. and i thought the normal users should't see HOST, it should only allowed for superuser(admin)

[Yahoo-eng-team] [Bug 1415700] Re: Unite the host key(host, host_name)

2015-02-03 Thread tinytmy
** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => tinytmy (tangmeiyan77) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bu

[Yahoo-eng-team] [Bug 1417841] [NEW] Clean unused code for `supports_tenants`

2015-02-03 Thread Lawrance
Public bug reported: https://github.com/openstack/horizon/blob/master/horizon/templates/horizon/_accordion_nav.html#L7 the expression will always be true, and it seems that the `supports_tenants` attr is unused now, we should clean the unused code, that makes code more readable for devs. ** Affe

[Yahoo-eng-team] [Bug 1417835] [NEW] for CADF notifications, the initiator's ID (not name) should be user_id

2015-02-03 Thread Steve Martinelli
Public bug reported: Currently, when emitting CADF notifications the initiator portion of the payload contains an ID field, and an optional Name field. We have been setting the initiators name to the user_id, we should be setting the initiators ID to that value ** Affects: keystone Importa

[Yahoo-eng-team] [Bug 1417409] Re: Add dvr router to dvr_snat agent failed

2015-02-03 Thread shihanzhang
hi Itzik Brown, thanks for your reminding, it is same as 1369721, I will invalid this! ** Changed in: neutron Status: New => 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/1

[Yahoo-eng-team] [Bug 1417814] [NEW] Login to a Nova Compute Instance using an SSL Key FAILS if the Key File Name contains dashes and numbers

2015-02-03 Thread Bruce Basil Mathews
Public bug reported: I ran a few tests, and here’s the results: Lower-case key-pair name with no dash and no number in the name: success Lower-case key-pair name with dash and no number in the name: success Lower-case key-pair name with dash and number in the name: success Upper-case key-pa

[Yahoo-eng-team] [Bug 1417808] [NEW] Fix extra indention in firewall views.py code

2015-02-03 Thread Lin Hua Cheng
Public bug reported: It is not obvious in here, but there are 8 spaces instead of 4 space in the indent of the code inside the method https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/firewalls/views.py#L175 @memoized.memoized_method def _get_object(

[Yahoo-eng-team] [Bug 1417798] [NEW] IP filtering can include duplicate instances

2015-02-03 Thread Steven Kaufer
Public bug reported: The IP address filtering logic implemented in the compute API can duplicate instances if a given instance either: - Has a fixed IP address in more then 1 network that matches the filter - Has more then 1 fixed IP address in the same network matches the filter For example: $

[Yahoo-eng-team] [Bug 1417794] [NEW] Unit test settings.py doesn't utilize pluggable dashboards

2015-02-03 Thread Janet Yu
Public bug reported: The unit test settings.py still uses HORIZON_CONFIG.dashboards and HORIZON_CONFIG.default_dashboard instead of utilizing the pluggable dashboards mechanism to load the dashboards. If there are custom plugin panels that exist under the horizon directory while running the unit t

[Yahoo-eng-team] [Bug 1417774] [NEW] LDAP groups role assignment not reported

2015-02-03 Thread Mariusz Kruk
Public bug reported: The bug seems similar in appearance to #1285065, but the cause seems different than the one described there. What I'm having configured: group_objectclass=groupOfNames group_id_attribute=cn group_name_attribute=ou group_member_attribute=member group_desc_attribute=descriptio

[Yahoo-eng-team] [Bug 1417745] [NEW] Cells connecting pool tracking

2015-02-03 Thread Brian Elliott
Public bug reported: Cells has a rpc driver for inter-cell communication. A oslo.messaging.Transport is created for each inter-cell message. In previous versions of oslo.messaging, connection pool references were maintained within the RabbitMQ driver abstraction in oslo.messaging. As of oslo.me

[Yahoo-eng-team] [Bug 1417744] [NEW] nova-compute fail to start after change driver

2015-02-03 Thread Qin Zhao
Public bug reported: Kilo latest code Reproduce steps: 1. In nova.conf, compute_driver=libvirt.LibvirtDriver. Start nova- compute. 2. Modify nova.conf, compute_driver=vmwareapi.VMwareVCDriver. Restart nova-compute. 3. Modify nova.conf, compute_driver=libvirt.LibvirtDriver. Restart nova-co

[Yahoo-eng-team] [Bug 1417737] [NEW] KVS cache backend incompatible with redis-py

2015-02-03 Thread Alexander Makarov
Public bug reported: Created Redis cache backend: https://review.openstack.org/#/c/150844/ Tempest revealed problem with locking: <11>Feb 3 14:56:14 node-27 keystone-all 'LuaLock' object has no attribute 'lock_timeout' 2015-02-03 14:56:14.890 8959 TRACE keystone.common.wsgi Traceback (most rece

[Yahoo-eng-team] [Bug 1417723] [NEW] when using dedicated cpus, the guest topology doesn't match the host

2015-02-03 Thread Chris Friesen
Public bug reported: According to "http://specs.openstack.org/openstack/nova- specs/specs/juno/approved/virt-driver-cpu-pinning.html", the topology of the guest is set up as follows: "In the absence of an explicit vCPU topology request, the virt drivers typically expose all vCPUs as sockets with

[Yahoo-eng-team] [Bug 1417708] [NEW] Improve logic that determines liveliness of dhcp agent

2015-02-03 Thread Eugene Nikanorov
Public bug reported: It has been revealed that under load (when a bunch of networks is processed) DHCP agent fails to send heartbeat updates and neutron-server starts to consider it dead. In network failover feature this has been worked around by checking if DHCP agent has just started up and giv

[Yahoo-eng-team] [Bug 1367540] Re: VMware: Failed to launch instance from volume

2015-02-03 Thread Alan Pevec
** Also affects: nova/icehouse Importance: Undecided Status: New ** Changed in: nova/icehouse Status: New => In Progress ** Changed in: nova/icehouse Importance: Undecided => High ** Changed in: nova/icehouse Assignee: (unassigned) => Matthew Booth (mbooth-9) -- You re

[Yahoo-eng-team] [Bug 1417699] [NEW] Security Groups anti-spoofing rule blocks traffic on multi-nic VMs

2015-02-03 Thread Ramu Ramamurthy
Public bug reported: Scenario: MultiNic VM -eth0 (192.168.100.44) -eth1 (192.168.0.10) -eth2 (192.168.20.10) Test: Ping 192.168.0.10 does not work Ping 192.168.100.44 works RootCause: default route on VM

[Yahoo-eng-team] [Bug 1410415] Re: Role inheritance API is inconsistent with implementation

2015-02-03 Thread Morgan Fainberg
** Changed in: keystone Importance: Undecided => Low ** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1410415 Title:

[Yahoo-eng-team] [Bug 1408930] Re: endpoint_group_update does parameter check after updating endpoint_group

2015-02-03 Thread Morgan Fainberg
** Also affects: keystone/juno Importance: Undecided Status: New ** Changed in: keystone/juno Status: New => In Progress ** Changed in: keystone Importance: Undecided => Medium ** Changed in: keystone/juno Importance: Undecided => Medium ** Changed in: keystone/juno

[Yahoo-eng-team] [Bug 1410516] Re: MD to RST format errors in api specs

2015-02-03 Thread Morgan Fainberg
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1410516 Title: MD to RST format errors in api specs Status in OpenSt

[Yahoo-eng-team] [Bug 1402824] Re: Conversion of API specs from MD to RST resulted in bad formatting

2015-02-03 Thread Morgan Fainberg
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1402824 Title: Conversion of API specs from MD to RST resulted in bad

[Yahoo-eng-team] [Bug 1417678] [NEW] TestRemoteInstanceObject randomly failing

2015-02-03 Thread Matt Riedemann
Public bug reported: I started hitting this kind of failure locally, but intermittently: nova.tests.unit.objects.test_instance.TestRemoteInstanceObject.test_migrate_flavor -- Captured traceback: ˜˜˜

[Yahoo-eng-team] [Bug 1417314] Re: IE9 cuts out some CSS rules

2015-02-03 Thread Stefano Maffulli
** Project changed: openstack-community => horizon -- 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/1417314 Title: IE9 cuts out some CSS rules Status in OpenStack Da

[Yahoo-eng-team] [Bug 1417671] [NEW] when using dedicated cpus, the emulator thread should be affined as well

2015-02-03 Thread Chris Friesen
Public bug reported: I'm running nova trunk, commit 752954a. I configured a flavor with two vcpus and extra specs "hw:cpu_policy=dedicated" in order to enable vcpu pinning. I booted up an instance with this flavor, and "virsh dumpxml" shows that the two vcpus were affined suitably to host cpus,

[Yahoo-eng-team] [Bug 1417314] [NEW] IE9 cuts out some CSS rules

2015-02-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: The generated css files has many css rules. When open the parsed css rules in IE9 and IE10, some css selectors can be found in IE10 but cannot be find in IE9. Steps to reproduce: Do the same thing on IE9 and IE10: 1. Open Horizon. 2. Open F12 developer t

[Yahoo-eng-team] [Bug 1417667] [NEW] migration/evacuation/rebuild/resize of instance with dedicated cpus needs to recalculate cpus on destination

2015-02-03 Thread Chris Friesen
Public bug reported: I'm running nova trunk, commit 752954a. I configured a flavor with two vcpus and extra specs "hw:cpu_policy=dedicated" in order to enable vcpu pinning. I booted up a number of instances such that there was one instance affined to host cpus 12 and 13 on compute-0, and another

[Yahoo-eng-team] [Bug 1367167] Re: Success message doesn't disapeear during upload package

2015-02-03 Thread Andrew Pashkin
** Changed in: murano Assignee: (unassigned) => Andrew Pashkin (apashkin) ** Also affects: horizon Importance: Undecided Status: New ** Changed in: horizon Assignee: (unassigned) => Andrew Pashkin (apashkin) -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1367167] [NEW] Success message doesn't disapeear during upload package

2015-02-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Steps to reproduce: 1. Log in WebUI 2. Navigate to Murano>Manage>Package Definitions 3. Click on 'Upload Package' button 4. Choose file 5. Click 'Next' button Actual result: Success message doesn't disappear ** Affects: horizon Importance: Low

[Yahoo-eng-team] [Bug 1417649] [NEW] IP filtering is not accurate when used with limit

2015-02-03 Thread Steven Kaufer
Public bug reported: When applying an IP address filter to a servers query, the IP address filtering is manually applied in the compute API against the servers that are retrieved from the DB. The problem is when a limit is supplied; in this case, the IP address filter is only applied to the page

[Yahoo-eng-team] [Bug 1360022] Re: min_ram and min_disk is ignored when boot from volume

2015-02-03 Thread Alan Pevec
** Also affects: nova/icehouse 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/1360022 Title: min_ram and min_disk is ignored

[Yahoo-eng-team] [Bug 1417633] [NEW] OVS Agent should fail when enable_distributed_routing = True and l2_population = False

2015-02-03 Thread Itzik Brown
Public bug reported: l2_population is required for DVR both as a mechanism driver and as an option in OVS Agent's configuration. The agent should fail to start when enable_distributed_routing = True and l2_population = False otherwise the router won't behave as expected. Version == RHEL 7.0

[Yahoo-eng-team] [Bug 1417629] [NEW] Make remove_network_from_dhcp_agent more robust

2015-02-03 Thread Eugene Nikanorov
Public bug reported: In case network failover is turned on, remove_network_from_dhcp_agent method is a matter of concurrent execution by different neutron servers. It then may throw unexpected DB exception, breaking network failover looping call. Neet to make both remove_network_from_dhcp_agent

[Yahoo-eng-team] [Bug 1356855] Re: Cloud-init 0.7.5 Failed to get cloudstack user-data because of trailing slash

2015-02-03 Thread Daniel Watkins
** Description changed: + === Begin SRU Information === + [Impact] + CloudStack provides an EC2-style metadata server which cloud-init consumes. Unfortunately, the CloudStack metadata server does not exactly match the behaviour of the EC2 metadata server. When an instance using cloud-init is

[Yahoo-eng-team] [Bug 1417603] [NEW] We should delete the row class for _detail_overview.html

2015-02-03 Thread Lawrance
Public bug reported: As the below screenshot show, the instance detail page show properly, but the image details page can't, because the `row` class in the image detail page, we should fix it. ** Affects: horizon Importance: Undecided Assignee: Lawrance (jing) Status: In Progre

[Yahoo-eng-team] [Bug 1417595] [NEW] Bare metal ports cannot be mapped to networks

2015-02-03 Thread Mark Goddard
Public bug reported: See https://bugs.launchpad.net/ironic/+bug/1405131 for an equivalent bug in ironic that describes the issue. The bug itself resides in nova, but requires cooperation from ironic in order to fix it. I have attached a patch that we are using internally to resolve the issue. It

[Yahoo-eng-team] [Bug 1416004] Re: horizon missing static dir for angular cookies

2015-02-03 Thread Wu Wenxiang
** Changed in: horizon Status: New => 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/1416004 Title: horizon missing static dir for angular cookies S

[Yahoo-eng-team] [Bug 1415588] Re: Cannot list users and groups with Keystone v3

2015-02-03 Thread Wu Wenxiang
** Project changed: horizon => keystone ** Changed in: keystone Assignee: Wu Wenxiang (wu-wenxiang) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1415588 Title: C

[Yahoo-eng-team] [Bug 1276694] Re: Openstack services should support SIGHUP signal

2015-02-03 Thread Alexander Ignatov
** 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/1276694 Title: Openstack services should support SIGHUP signal Status

[Yahoo-eng-team] [Bug 1417560] [NEW] DB race when starting multiple neutron-servers with GRE

2015-02-03 Thread Jakub Libosvar
Public bug reported: If more neutron-servers are started at once, all of them are trying to make the same entries in ml2_gre_allocations. Before entries are created, neutron looks whether allocation is already created and then creates missing allocations. It can happen that allocation is created b

[Yahoo-eng-team] [Bug 1417555] [NEW] Current AWS CLI and botocore do not work with EC2 API in nova

2015-02-03 Thread Alexandre Levine
Public bug reported: AWS CLI is a recommended Amazon's CLI and it uses botocore library instead of boto to access EC2 API: http://aws.amazon.com/cli/ Amazon's URL for AWS EC2 API is: https://ec2.amazonaws.com/ OpenStack nova's EC2 API service URL is: http://some.server.com:8773/services/Cloud

[Yahoo-eng-team] [Bug 1417539] [NEW] When trying to delete Trove instance that is in BUILD state, Horizon shows an error, which is ok, but the error message doesn't show real reason of why instance ca

2015-02-03 Thread Denis M.
Public bug reported: When trying to delete Trove instance that is in BUILD state, Horizon shows an error, which is ok, but the error message doesn't show real reason of why instance can't be delete. Here's what Trove says when user tries to delete instance in BUILD state: ubuntu@ubuntu:~/trove-i

[Yahoo-eng-team] [Bug 1417522] [NEW] a normal user can delete other user's ec2 credentiala

2015-02-03 Thread wanghong
Public bug reported: When use default policy.v3cloudsample.json, a normal user can delete other user's ec2 credential. This is because current policy of identity:ec2_delete_credential is (rule:admin_or_cloud_admin or rule:owner) or (rule:owner and user_id:%(target.credential.user_id)s). Note that

[Yahoo-eng-team] [Bug 1417515] [NEW] Horizon Input fields swapped when tried to Launch Stack with invalid name

2015-02-03 Thread Oleksiy Butenko
Public bug reported: Steps: 1.Open Horizon Dashboard 2.Open Project->Orchestration->Stack 3.Click "Launch Stack" 4.Template Source -> Direct Input Use template: [heat_template_version: 2013-05-23 description: Simple template to deploy a single compute instance parameters: key_name: type:

[Yahoo-eng-team] [Bug 1417451] [NEW] SQL User & Group entities still have FK to domain

2015-02-03 Thread Henry Nash
Public bug reported: The SQL User and Group entities store their domain_id. Even though we have tried to cut the linkage between the identity and resource/assignment components - it turns out that the User & Group SQL entities still mark domain_id as a foreign key back to the domain table in reso

[Yahoo-eng-team] [Bug 1416321] Re: Attempt to boot from volume - no image supplied

2015-02-03 Thread Derek Higgins
** Changed in: tripleo Status: Triaged => 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/1416321 Title: Attempt to boot from volume - no image suppli

[Yahoo-eng-team] [Bug 1404273] Re: ldap assignment driver does not support inherited assignments

2015-02-03 Thread Morgan Fainberg
LDAP Assignment driver is being deprecated. Marking as wontfix. ** Changed in: keystone Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1404273 Title: ld

[Yahoo-eng-team] [Bug 1417433] [NEW] host-describe returns 404 in cells environment

2015-02-03 Thread RedBaron
Public bug reported: Using host-describe in a cells environment returns a host not found (404) error $ nova host-list +-+-+--+ | host_name | service | zone | +-+-+--+ | region!child@vm-001 | conducto

[Yahoo-eng-team] [Bug 1417431] [NEW] Horizon does not support Ironic console

2015-02-03 Thread Haomeng,Wang
Public bug reported: Click the instance 'console' menu for Ironic instance in Horizon, we got "console is currently unavailable. Please try again later." message. However Ironic support web console, we can run ironic node-get-console to get the console url, so can we add this Ironic console supp

[Yahoo-eng-team] [Bug 1417421] [NEW] br100s of multi host have same IP address

2015-02-03 Thread leayom
Public bug reported: Hi, every one. My OpenStack runs with nova-network, and set FlatDHCP and multi-host supported. However, the br100 of all compute nodes have same IP address (e.g. all are 172.16.0.1). So, the VMs on the different compute nodes cann't communicate. I ask how to configure OpenStac