[Yahoo-eng-team] [Bug 1420809] Re: Glance image-create help in CLI is not correct

2015-02-11 Thread Pasquale Porreca
Horizon is not a reliable source to verify what parameters are mandatory, since it is another client (as python-glanceclient, i.e. glance CLI) for the glance API. The command glance client doesn't actually require any parameter (not even an image name!) to process correctly, anyway in this case

[Yahoo-eng-team] [Bug 1420067] Re: subunit-trace in pretty_tox.sh swallows import errors

2015-02-11 Thread Matt Riedemann
Does this fix it? https://review.openstack.org/#/c/154933/ ** Also affects: tempest Importance: Undecided Status: New ** No longer affects: nova ** Changed in: tempest Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1362676] Re: Hyper-V agent doesn't create stateful security group rules

2015-02-11 Thread Claudiu Belu
** Project changed: neutron = networking-hyperv ** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) = Claudiu Belu (cbelu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1420862] [NEW] Missing comma in help string

2015-02-11 Thread Julie Pichon
Public bug reported: When creating a new network, the help text reads as follow: Create a new network. In addition a subnet associated with the network can be created in the next panel. Folks proficient in the English language report that In addition should be followed by a comma or it is

[Yahoo-eng-team] [Bug 1420863] [NEW] Default setting should be secure

2015-02-11 Thread Brant Knudson
Public bug reported: Horizon has some instructions for setting it up in a secure way[1]. These settings should be the default. [1] http://docs.openstack.org/developer/horizon/topics/deployment.html #secure-site-recommendations ** Affects: horizon Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1420863] Re: Default setting should be secure

2015-02-11 Thread Doug Fish
** Also affects: openstack-chef 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/1420863 Title: Default setting should be

[Yahoo-eng-team] [Bug 1420890] [NEW] Attribute resource_type_names is not always present in Metadata Defs

2015-02-11 Thread Rob Cresswell
Public bug reported: The error message below is shown on loading the Metadata Definitions table in DevStack. The table shows the resource_type_names column, but this is not always present in each value, The attribute resource_type_names does not exist on Namespace: {'display_name': u'Common

[Yahoo-eng-team] [Bug 1157261] Re: Performance issue on high concurrency

2015-02-11 Thread Dmitry Mescheryakov
The bug is hanging in Incomplete for more than a month for MOS project. Hence moving to invalid. ** Changed in: mos/6.0.x Status: Incomplete = Invalid ** Changed in: mos/6.1.x Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1420894] [NEW] Filter in Project page works in only current page.

2015-02-11 Thread Amogh
Public bug reported: 1. As a admin Create multiple projects 2. Go to Identity-Projects page Try to filter the project which is not listed in the current page. Observe that filter does not return any result. I think the current filter wont help user when thousands of projects are available and

[Yahoo-eng-team] [Bug 1420692] Re: Interface lost in Docker conatainer after rebooting that conatiner with nova reboot

2015-02-11 Thread Davanum Srinivas (DIMS)
** Project changed: nova = nova-docker -- 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/1420692 Title: Interface lost in Docker conatainer after rebooting that conatiner

[Yahoo-eng-team] [Bug 1420100] Re: security group remove from a vm reports error ERROR: openstack Circular reference detected

2015-02-11 Thread Davanum Srinivas (DIMS)
** Project changed: nova = python-openstackclient -- 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/1420100 Title: security group remove from a vm reports error ERROR:

[Yahoo-eng-team] [Bug 1420843] [NEW] Wrong skip_because message in integration tests

2015-02-11 Thread Martin Pavlásek
Public bug reported: When you use skip_because(bug=[1,2,3]) decorator, it will produce wrong message output: Skipped until Bugs: %s are resolved.1, 2, 3 instead of: Skipped until Bugs: 1, 2, 3 are resolved. ** Affects: horizon Importance: Undecided Assignee: Martin Pavlásek (mpavlase)

[Yahoo-eng-team] [Bug 1420848] [NEW] nova-compute service spuriously marked as up when disabled

2015-02-11 Thread Chris Friesen
Public bug reported: I think our usage of the updated_at field to determine whether a service is up or not is buggy. Consider this scenario: 1) nova-compute is happily running and is up/enabled on compute-0 2) something causes nova-compute to stop (process crash, hardware fault, power failure,

[Yahoo-eng-team] [Bug 1420944] [NEW] Display image virtual size

2015-02-11 Thread Chris St. Pierre
Public bug reported: In Icehouse, Glance added a new field, 'virtual_size', to hold the virtual size (as opposed to on-disk size) of sparsed or compressed images: https://blueprints.launchpad.net/glance/+spec/split-image-size In most cases, this is far more valuable to know than the on-disk size

[Yahoo-eng-team] [Bug 1420960] [NEW] Pool's session persistence is deleted when HM added

2015-02-11 Thread Evgeny Fedoruk
Public bug reported: On Neutron LBaaS v2: Scenario: Creating pool with session persistence data Adding health monitor to the pool - session persistence data disappears Following is a technical description of a bug: create_healthmonitor_on_pool method in db layer

[Yahoo-eng-team] [Bug 1420984] [NEW] [v1] User can change image owner to any other

2015-02-11 Thread Fei Long Wang
Public bug reported: Only admin can change image owner, but everybody. ** Affects: glance Importance: Undecided Assignee: Fei Long Wang (flwang) Status: New ** Changed in: glance Assignee: (unassigned) = Fei Long Wang (flwang) -- You received this bug notification

[Yahoo-eng-team] [Bug 1420971] [NEW] iscsi_transport parameter should be called iscsi_iface

2015-02-11 Thread Anish Bhatt
Public bug reported: The change https://review.openstack.org/#/c/146233/ added a libvirt parameter called iscsi_transport for open-iscsi transport supports. We actually need transport_iface, not transport as the param (iscsi_tcp iser are exceptions to this, where transport and transport_iface

[Yahoo-eng-team] [Bug 1420791] Re: python keystoneclient misreports connection error reason

2015-02-11 Thread Rodrigo Duarte
Redirecting to python-keystoneclient. ** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1420791 Title: python keystoneclient

[Yahoo-eng-team] [Bug 1420937] [NEW] [data processing] Job binaries form has incorrect label

2015-02-11 Thread Chad Roberts
Public bug reported: *low priority* In the Data Processing - Job Binaries - Create form, the URL field has a sub-label of internal-db://. That label is incorrect and should read swift://. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: In

[Yahoo-eng-team] [Bug 1421011] [NEW] Remove unused RPC methods from the L3_rpc

2015-02-11 Thread Swaminathan Vasudevan
Public bug reported: Remove unsued RPC methods from the L3_rpc. The get_snat_router_interface_ports is defined but not currently used by any agents. So it need to be cleaned. ** Affects: neutron Importance: Undecided Assignee: Swaminathan Vasudevan (swaminathan-vasudevan)

[Yahoo-eng-team] [Bug 1421017] [NEW] Flavor/image size checks are insufficient and untested

2015-02-11 Thread Chris St. Pierre
Public bug reported: When launching an instance, Horizon does some checks to ensure that the flavor the user has chosen is large enough to support the image they have chosen. Unfortunately: 1. These checks are broken. For disk size, they only check the `min_disk` property of the image, not the

[Yahoo-eng-team] [Bug 1420984] Re: [v1] User can change image owner to any other

2015-02-11 Thread Fei Long Wang
Just verified again, the problem has gone. So maybe is an environment issue. And I found this, https://github.com/openstack/glance/blob/master/glance/registry/api/v1/images.py#L460 so I think this bug is invalid. ** Changed in: glance Status: New = Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1288210] Re: Failed to attach volume

2015-02-11 Thread Julio González Gil
I'm able to reproduce this problem with RDO installed with packstack --allinone OS: CentOS 7.0.1406 Nova: 2014.2.1 2015-02-12 02:26:29.131 4108 ERROR nova.virt.block_device [req-8c1bf3d1-955a-4910-99c8-293395f650df None] [instance: 3dc0e1ee-96a3-437c-bbe1-74454dc85e05] Driver failed to attach

[Yahoo-eng-team] [Bug 1396854] Re: fail to create an instance with specific ip

2015-02-11 Thread Robert Collins
*** This bug is a duplicate of bug 1408529 *** https://bugs.launchpad.net/bugs/1408529 ** This bug has been marked a duplicate of bug 1408529 nova boot vm with '--nic net-id=, v4-fixed-ip=xxx' failed -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1421049] [NEW] Remove dvr router interface consume much time

2015-02-11 Thread shihanzhang
Public bug reported: In my environment, I create a DVR router with only one subnet(cidr is 10.0.0.0/8) attached to this router, then I create 1 ports in this subnet, when I use 'router-interface-delete' to remove this subnet from router, it consume much time to return, I analyse the reason

[Yahoo-eng-team] [Bug 1396854] Re: fail to create an instance with specific ip

2015-02-11 Thread Robert Collins
Fixed in https://review.openstack.org/#/c/149905/ ** Changed in: nova Status: In Progress = Fix Released ** Changed in: nova Status: Fix Released = Fix Committed ** Changed in: nova Milestone: None = kilo-3 -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1421037] [NEW] [metering agent] Failed to get any traffic data if the first chain is missing

2015-02-11 Thread Fei Long Wang
Public bug reported: Based on current implement, if there is any reason caused the chain of metering label is missing, the whole function of iptables_driver.get_traffic_counters() will be broken, see

[Yahoo-eng-team] [Bug 1421042] [NEW] AttributeError during migration legacy router to DVR router.

2015-02-11 Thread Xu Han Peng
Public bug reported: After commit https://review.openstack.org/124879 is merged, when migrating a legacy router to distributed router, AttributeError: 'LegacyRouter' object has no attribute 'dist_fip_count' is reported because ri object in l3 agent is LegacyRouter instead of DvrRouter.

[Yahoo-eng-team] [Bug 1421055] [NEW] bulk create gre/vxlan network failed

2015-02-11 Thread shihanzhang
Public bug reported: I bulk create 1000 vxlan networks, it always failed, I analyze the reason is bellow: it does not lock when it allocate segment id def allocate_fully_specified_segment(self, session, **raw_segment): network_type = self.get_type() try: with

[Yahoo-eng-team] [Bug 1421073] [NEW] can't add a new panel to admin dashboard

2015-02-11 Thread reachlin
Public bug reported: I am trying to add a new panel into admin dashboard and following the sample in the _50_admin_add_panel_py.example in the enabled folder. But the server gives the error tuple has no method of append. Then, I figured in line 23 of

[Yahoo-eng-team] [Bug 1421092] [NEW] assertTableColumns always passes

2015-02-11 Thread wanghong
Public bug reported: assertTableColumns method in tests/test_sql_upgrade.py is used to asserts that the table contains the expected set of columns. But, it always passes because the return of sort method is None:

[Yahoo-eng-team] [Bug 1421083] [NEW] admin_password inject failed in kvm

2015-02-11 Thread Eric Xie
Public bug reported: Inject admin_password info to instance's image with modifying the content of image not config_drive. Instance booted successfully, but i got the log below: 2015-02-12 14:11:28.119 2 WARNING nova.virt.disk.api [req-bebb329c-ee79-48d2-b800-e02e2e7ffbd5

[Yahoo-eng-team] [Bug 1421086] [NEW] admin_password inject failed with config_drive

2015-02-11 Thread Eric Xie
Public bug reported: Inject admin_password to instance with config_drive failed. Reproduce: 1. Set force_config_drive=always in nova.conf 2. Launch one instance with admin_pass; I checked the /dev/sr0 with console of this instance. And found the meta_data.json file that had info {admin_pass:

[Yahoo-eng-team] [Bug 1421084] [NEW] admin_password inject failed in kvm

2015-02-11 Thread Eric Xie
Public bug reported: Inject admin_password info to instance's image with modifying the content of image not config_drive. Instance booted successfully, but i got the log below: 2015-02-12 14:11:28.119 2 WARNING nova.virt.disk.api [req-bebb329c-ee79-48d2-b800-e02e2e7ffbd5

[Yahoo-eng-team] [Bug 1421089] [NEW] no any index for port DB sqlalchemy

2015-02-11 Thread shihanzhang
Public bug reported: Now there is not any index for port DB sqlalchemy, but for nova bulk create VM, it frequently select port according to 'tenant_id','network_id' ,'device_id', if no index, it will consume much time in db operation, so I think it is better to add index for port

[Yahoo-eng-team] [Bug 1420692] [NEW] Interface lost in Docker conatainer after rebooting that conatiner with nova reboot

2015-02-11 Thread ashok
Public bug reported: Interfaces lost in docker container after rebooting that container with nova reboot command. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1420662] [NEW] VMware: InstanceList.get_by_host raise rpc timeout error

2015-02-11 Thread Rui Chen
Public bug reported: I deploy my OpenStack with VMware driver, one nova-compute connect to VMware deployment, there are about 3000 VMs in VMware deployment. I use mysql. The method of InstanceList.get_by_host rasie rpc timeout error when ComputeManager.init_host() and _sync_power_states periodic

[Yahoo-eng-team] [Bug 1420683] [NEW] status value of interface table is not translatable

2015-02-11 Thread Masco Kaliyamoorthy
Public bug reported: in the interface table the value of status column is not translatable. ** Affects: horizon Importance: Undecided Assignee: Masco Kaliyamoorthy (masco) Status: In Progress ** Changed in: horizon Assignee: (unassigned) = Masco Kaliyamoorthy (masco) --

[Yahoo-eng-team] [Bug 1420688] [NEW] keystone notification context is empty

2015-02-11 Thread Jay Lau
Public bug reported: When keystone send notification, the context will be set as {}, this caused some problem when related component such as nova to deseralize the context 2015-01-28 13:01:40.391 20150 ERROR oslo.messaging.notify.dispatcher [-] Exception during message handling 2015-01-28

[Yahoo-eng-team] [Bug 1420707] [NEW] Update help for glance member-update v2 api

2015-02-11 Thread Yamini Sardana
Public bug reported: The output for glance --os-image-api-version 2 help member-update should display the options available for MEMBER STATUS field (Accepted, Rejected, Pending) At the moment it does not display the available options. ** Affects: glance Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1372317] Re: Disable the Gateway IP field when Disable gateway is checked

2015-02-11 Thread Matthias Runge
** This bug is no longer a duplicate of bug 1372313 create network - disable gateway checkbox -- 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/1372317 Title:

[Yahoo-eng-team] [Bug 1420744] [NEW] Improve and document the PageTitleMixin

2015-02-11 Thread Sam Betts
Public bug reported: https://review.openstack.org/#/c/142802 adds new functionality to reduce duplication in horizon templates, this bug is to track adding extra documentation and readability to those new features. ** Affects: horizon Importance: Undecided Assignee: Sam Betts

[Yahoo-eng-team] [Bug 1413341] Re: keystone doesn't respond if cluster is actively used

2015-02-11 Thread Davanum Srinivas (DIMS)
Alexander, I can confirm @Roman's comment. keystone-all is *never* used under Apache. ** No longer affects: keystone ** No longer affects: oslo.log -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1420731] [NEW] Icehouse nova quota-delete also erase currently used absolute limits

2015-02-11 Thread Xavier
Public bug reported: Example : nova absolute-limits --tenant test_fil +-+---+ | Name| Value | +-+---+ | maxServerMeta | 128 | | maxPersonality | 5 | | maxImageMeta| 128 | |

[Yahoo-eng-team] [Bug 1410651] Re: wrong output when trying to delete a default security group of admin tenant

2015-02-11 Thread yanhe...@gmail.com
** Changed in: nova Status: Invalid = Fix Committed -- 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/1410651 Title: wrong output when trying to delete a default

[Yahoo-eng-team] [Bug 1420788] [NEW] Logging blocks on race condition under eventlet

2015-02-11 Thread Alexander Makarov
Public bug reported: Wrong initialization order makes logging block on race condition under eventlet. bin/keystone-all launcher initialize logging first and after that does eventlet patching leaving logging system with generic thred.lock in critical sections what leads to infinite thread locks

[Yahoo-eng-team] [Bug 1420791] [NEW] python keystoneclient misreports connection error reason

2015-02-11 Thread David Kirchner
Public bug reported: The python keystoneclient reports a set of connection errors as Connection refused, except connection refused itself: https://github.com/openstack/python- keystoneclient/blob/a333c56ac9a6b48b8e5d16e654251fb7d15bd89f/keystoneclient/session.py#L411 This can make tracking down

[Yahoo-eng-team] [Bug 1420809] [NEW] Glance image-create help in CLI is not correct

2015-02-11 Thread Eran Kuris
Public bug reported: In Glance CLI help we can see parameter that are written as optional when they are mandatory. I compare it with horizon WebUI dashboard and I saw which fields are mandatory . to reproduce the bug in CLI run the command : #glance help image-create compare it with WebUI