[Yahoo-eng-team] [Bug 1424537] [NEW] Error creating nova Instance for cirros image 0.3.1 on AIO-HAVANA Ubuntu 12.0.4 package

2015-02-22 Thread Ashutosh
Public bug reported: Problem - Error creating Nova Instance using Cirros 0.3.1 image on AIO- HAVANA Ubuntu 12.04 LTS package. Steps to reproduce - -Install VMware workstation. -Create VM with 2-VCPU, 1 GB RAM, 40 GB DIsk, 2 NICs, VT-X enabled. -Install Ubuntu 12.04 LTS. -Install GIT, and Openstac

[Yahoo-eng-team] [Bug 1424532] [NEW] setup() takes at least 2 arguments (1 given)

2015-02-22 Thread Eduard Biceri-Matei
Public bug reported: Trying to install devstack K on CI slave. Local conf: [[local|localrc]] HOST_IP=10.140.0.3 FLAT_INTERFACE=eth0 FIXED_RANGE=10.150.0.0/16 FIXED_NETWORK_SIZE=255 FLOATING_RANGE=10.140.0.0/16 PUBLIC_NETWORK_GATEWAY=10.140.0.3 NETWORK_GATEWAY=10.150.0.1 MULTI_HOST=0 SYSLOG=False

[Yahoo-eng-team] [Bug 1416953] Re: Region can be created with empty body, need confirm if we need some required parameters for CreateRegion

2015-02-22 Thread Steve Martinelli
I think technically this is working as designed, the comment in the code says that region creation takes no parameters. I tried: curl -s -H "X-Auth-Token: openstack" -H "Content-Type: application/json" -d '{ "region": {}}' http://localhost:5000/v3/regions | python -mjson.tool and it worked fi

[Yahoo-eng-team] [Bug 1424500] [NEW] /OS-FEDERATION/projects does not honor project inherited role assignments

2015-02-22 Thread Samuel de Medeiros Queiroz
Public bug reported: '/OS-FEDERATION/projects' and '/auth/projects' API endpoints do not honor project inherited group role assignments. ** Affects: keystone Importance: Undecided Assignee: Samuel de Medeiros Queiroz (samueldmq) Status: New ** Summary changed: - Federation do

[Yahoo-eng-team] [Bug 1424269] Re: No [database] section on nova.conf

2015-02-22 Thread Davanum Srinivas (DIMS)
** Also affects: openstack-manuals 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/1424269 Title: No [database] section on nov

[Yahoo-eng-team] [Bug 1424496] [NEW] Documentation lacking for mapping of operation policy target

2015-02-22 Thread Brant Knudson
Public bug reported: There's no documentation that says what the mapping is of target in the policy.json file to the operation. For example, the policy.json has a target for "identity:get_region". This is the rule for the operation of GET /v3/regions/{region_id} . But there's no way to tell thi

[Yahoo-eng-team] [Bug 1424474] Re: agent-update: wrong help message for AGENT arg "ID or name of agent to update"

2015-02-22 Thread Akihiro Motoki
https://review.openstack.org/#/c/158152/ ** Project changed: neutron => python-neutronclient ** Changed in: python-neutronclient Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://b

[Yahoo-eng-team] [Bug 1424474] [NEW] agent-update: wrong help message for AGENT arg "ID or name of agent to update"

2015-02-22 Thread Akihiro Motoki
Public bug reported: agent-update command takes only ID to specify an agent, but the help message says "ID or name". (.venv)ubuntu@dev07:~/python-neutronclient (master)$ neutron help agent-update usage: neutron agent-update [-h] [--request-format {json,xml}] [--admin-s

[Yahoo-eng-team] [Bug 1424462] [NEW] Nova/Neutron v3 authentication

2015-02-22 Thread Jamie Lennox
Public bug reported: It is currently only possible for the service user that enables nova to talk to neutron to authenticate via the standard keystone v2 auth mechanisms. As we progress we should support v3 auth and any new formats that come along. Adopting keystoneclient's session work will give

[Yahoo-eng-team] [Bug 1357751] Re: nova.tests.network.test_manager.AllocateTestCase should use mock

2015-02-22 Thread Vineet Menon
** Changed in: nova Status: Triaged => Opinion ** Changed in: nova Status: Opinion => 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/1357751 Tit

[Yahoo-eng-team] [Bug 1424378] [NEW] OVS to ml2 migration doesn't handle ports with no value for binding:host_id

2015-02-22 Thread Chen Leibovich
Public bug reported: While working on the upgrade process from Havana to Icehouse we noticed that the ml2 migration doesn't handle ports with no value for binding:host_id. I first came across this issue when I had issues with DHCP ports which I was able to work around by deleting them and recreat

[Yahoo-eng-team] [Bug 1424373] [NEW] Service CRUD is allowed in templated catalog

2015-02-22 Thread Lin Hua Cheng
Public bug reported: Keystone is setup with templated catalog. Steps: 1. setup keystone to use templated catalog driver 2. use keystoneclient to create a service: keystone service-create --type test Result: service created successfully expected result: service should not have been created ** A

[Yahoo-eng-team] [Bug 1424099] Re: Unable to pass additional parameters to update_router tesmpest test case

2015-02-22 Thread Eugene Nikanorov
Removing Neutron project. ** Also affects: tempest Importance: Undecided Status: New ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1424099 Title:

[Yahoo-eng-team] [Bug 1417267] Re: neutron-ovs-agent on compute couldn't create interface

2015-02-22 Thread Eugene Nikanorov
So apparently this issue along with some others were caused by unstable work of rabbitmq in certain conditions in certain environment. I don't see an issue on neutron side for now. ** Changed in: neutron Status: New => Invalid ** Changed in: neutron Assignee: Eugene Nikanorov (enikan

[Yahoo-eng-team] [Bug 1412325] Re: test_subnet_details failed due to MismatchError

2015-02-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/148815 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=bb0ea39fd19d2675dae738620f5dcc44498633e4 Submitter: Jenkins Branch:master commit bb0ea39fd19d2675dae738620f5dcc44498633e4 Author: Yair Fried Date: Mon Jan 19 07:26:08 2015

[Yahoo-eng-team] [Bug 1424344] [NEW] Integration tests - add option to change number of log lines

2015-02-22 Thread Daniel Korn
Public bug reported: The option to change the number of log lines to be shown per instance was added to the settings page. Therefore, the same option should be added to the integration tests's page and change user settings test. ** Affects: horizon Importance: Undecided Assignee: Dani