[Yahoo-eng-team] [Bug 1318487] [NEW] Got error Message objects do not support str() because they may..

2014-05-12 Thread Mahesh Sawaiker
Public bug reported: I was trying keystone integration with Tivoli directoy server, in the course of playing around several times I got an error message. The file was /usr/lib/python2.6/site-packages/keystone/openstack/common/gettextutils.py Instead of raising exception, I modified the __str__

[Yahoo-eng-team] [Bug 1318498] [NEW] Neutron db migration failed due to reorg pending if engine is DB2.

2014-05-12 Thread Wang Bo
Public bug reported: Since db2 limitation, table will be in reorg pending state after some continuous alter table operations(add column, drop column). This means that the table is inaccessible for almost all operations until you perform a REORG. When run neutron db upgrade, from 4ca36cfc898c

[Yahoo-eng-team] [Bug 1318528] [NEW] DHCP agent creates new instance of driver for each action

2014-05-12 Thread Yuriy Taraday
Public bug reported: Working on rootwrap daemon [0] I've found out that DCHP agent asks for root_helper too often. [1] shows traceback for each place where get_root_helper is being called. It appeared that in [2] DHCP agent creates an instance of driver class for every single action it needs to

[Yahoo-eng-team] [Bug 1318544] [NEW] XenServer - Nova-Compute StorageError Waiting for device

2014-05-12 Thread Thijs van Leeuwen
Public bug reported: Hi All, I started building a Openstack cloud based on the new LTS version of Ubuntu (14.04). I installed both Control and Compute nodes as VM's on a XenServer. I selected the option 'Other Operating System' so this is running as HVM. The cluster is up and running: i can

[Yahoo-eng-team] [Bug 1318550] [NEW] vpnaas:Aether-Vpn_agent is not able to handle two ipsec-site connection creation request simultaneously.

2014-05-12 Thread varun kumar yadav
Public bug reported: neutron net-create ext-net1 --router:external=True neutron subnet-create --allocation-pool start=192.142.0.60,end=192.142.0.100 --gateway 192.142.0.1 ext-net1 192.142.0.0/16 --enable_dhcp=False step 1= neutron net-create net1 neutron subnet-create net1 10.10.1.0/24

[Yahoo-eng-team] [Bug 1318558] [NEW] showing loading image for rescue and shelve offloaded status

2014-05-12 Thread Masco Kaliyamoorthy
Public bug reported: If is there any instance are rescued or shelved via CLI, In Horizon, instance list page loading image for rescue and shelve offloaded status are continuously showing. ** Affects: horizon Importance: Undecided Assignee: Masco Kaliyamoorthy (masco) Status:

[Yahoo-eng-team] [Bug 1318575] [NEW] failed to create a image with image_id which has been deleted

2014-05-12 Thread huangtianhua
Public bug reported: My operations: 1. create an image take the param image_id, the image created successful. 2. delete the image, the image deleted successful. 3. describe image, and without the deleted image, it's ok. 4. create a new image with the same image_id, the duplicate exception raised.

[Yahoo-eng-team] [Bug 1318588] [NEW] Volume create time format is not as per the AWS create time

2014-05-12 Thread Swami Reddy
Public bug reported: With openstack, the volume creation time is 'createTime2014-05-12T10:08:22.00/createTime' But with AWS, create volume time shows as :'createTime2014-05-12T10:06:41.885Z/createTime' For microseconds, 3 digits are extra and time zone is missing. This need to be fixed to

[Yahoo-eng-team] [Bug 1318600] [NEW] VPNasS- Vpn service object cannot be updated with multiple subnets

2014-05-12 Thread varun kumar yadav
Public bug reported: neutron net-create ext-net1 --router:external=True neutron subnet-create --allocation-pool start=192.142.0.60,end=192.142.0.100 --gateway 192.142.0.1 ext-net1 192.142.0.0/16 --enable_dhcp=False neutron net-create net1 neutron subnet-create net1 10.10.1.0/24 --name sub1

[Yahoo-eng-team] [Bug 1318617] [NEW] fwaas:firewall policy update for firewall rule is not working

2014-05-12 Thread Rajkumar
Public bug reported: DESCRIPTION: Firewall policy update is not working when updating firewall rules (attached log) in icehouse GA (python-neutron 1:2014.1-0ubuntu1~cloud0) Steps to Reproduce: Create firewall rule

[Yahoo-eng-team] [Bug 1318649] [NEW] Horizon can't delete volume stuck in creating state

2014-05-12 Thread Tzach Shefi
Public bug reported: Description of problem: If a volume is stuck in creating state, it can't be deleted from Horizon - Error: You are not allowed to delete volume: 9fd9 While deleting from CLI works fine # cinder delete ... volume is deleted. Added info about setup: Semi distributed

[Yahoo-eng-team] [Bug 1318677] [NEW] Roles applied on Group does not reflect

2014-05-12 Thread Durgadas Kamath
Public bug reported: I have policies which take into effect the project_id and the user role to decide whether the user is authorized to perform any operation. If I assign a role to user explicitly, everything works fine. Now, I wanted to make use of Groups concept. Therefore , I Created a group

[Yahoo-eng-team] [Bug 1318723] [NEW] Error_extending should not be an in progress status

2014-05-12 Thread Santiago Baldassin
Public bug reported: When a user tries to extend a volume and the extension fails. The volume status is set to error extending and a progress bar is displayed next to the status. Error extending indicates a completed action so the progress bar should be removed ** Affects: horizon

[Yahoo-eng-team] [Bug 1318721] [NEW] RPC timeout in all neutron agents

2014-05-12 Thread mouadino
Public bug reported: In the logs the first traceback that happen is this: [-] Unexpected exception occurred 1 time(s)... retrying. Traceback (most recent call last): File /opt/cloudbau/neutron-virtualenv/lib/python2.7/site-packages/neutron/openstack/common/excutils.py, line 62, in inner_func

[Yahoo-eng-team] [Bug 1294132] Re: Volume status set to error extending when driver fails to extend the volume

2014-05-12 Thread Santiago Baldassin
** Changed in: horizon Status: In Progress = Invalid ** Changed in: cinder 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/1294132

[Yahoo-eng-team] [Bug 1318744] [NEW] nova.config not in the tree is annoying

2014-05-12 Thread Matt Fischer
Public bug reported: From a discussion in the operator conference at the openstack summit As operators we sometimes need to look at the default config files to ensure that we're set right, where we've varied from the defaults, and even what's changed in trunk. It looks like that nova.conf

[Yahoo-eng-team] [Bug 1317654] Re: default dhcp lease time of 120s is too short

2014-05-12 Thread Salvatore Orlando
It should also be considered that a DHCP request initiated by the host in most cases is the only way for reconfiguring the host upon IP, DNS or static route changes. At least from the neutron perspective, while 120 seconds is probably too little, 24 hours would probably be unpractical. I think

[Yahoo-eng-team] [Bug 1318754] [NEW] nova boot --number-instances with v4-fixed-ip

2014-05-12 Thread Lawrance
Public bug reported: we can not run multi instances with v4-fixed-ip, as we know , the special ip can only belong to one instance, so i think while we specific the v4-fixed-ip, we could't use --num-instances . HOW to reproduce: nova boot --image cirros --flavor 1 --num-instances 2 --nics net-

[Yahoo-eng-team] [Bug 1318770] [NEW] nova usage list to show tenant name.

2014-05-12 Thread Ritesh
Public bug reported: $nova --version 2.17.0.75 When I issue nova usage list command , I get the following details. $ nova usage-list Usage from 2014-04-11 to 2014-05-10: +--+-+--+---+---+ | Tenant ID

[Yahoo-eng-team] [Bug 1318436] Re: Missing Defaults in the Identity Python Client

2014-05-12 Thread Dolph Mathews
I do not think it makes sense to default the internal and admin URLs to an arbitrary value, as not all services necessarily utilize those interfaces. That said, making them both optional arguments, which they don't appear to be, seems like a reasonable step. ** Project changed: keystone =

[Yahoo-eng-team] [Bug 1318442] Re: Missing Operation in the Identity CLI

2014-05-12 Thread Fernando Ribeiro
** 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/1318442 Title: Missing Operation in the Identity CLI Status in Python client

[Yahoo-eng-team] [Bug 1318438] Re: Missing Defaults in the Identity Python Client

2014-05-12 Thread Fernando Ribeiro
** 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/1318438 Title: Missing Defaults in the Identity Python Client Status in Python

[Yahoo-eng-team] [Bug 1315798] Re: Can't list endpoints for a token in Identity Python Client

2014-05-12 Thread Fernando Ribeiro
** 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/1315798 Title: Can't list endpoints for a token in Identity Python Client Status in

[Yahoo-eng-team] [Bug 1313400] Re: Missing Operation in the Identity CLI

2014-05-12 Thread Fernando Ribeiro
** 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/1313400 Title: Missing Operation in the Identity CLI Status in Python client

[Yahoo-eng-team] [Bug 1313264] Re: Missing Operation in the Identity CLI and Python Client

2014-05-12 Thread Fernando Ribeiro
** 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/1313264 Title: Missing Operation in the Identity CLI and Python Client Status in

[Yahoo-eng-team] [Bug 1313259] Re: Missing Operation in the Identity Python Client

2014-05-12 Thread Fernando Ribeiro
** 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/1313259 Title: Missing Operation in the Identity Python Client Status in Python

[Yahoo-eng-team] [Bug 1313263] Re: Missing Operation in the Identity CLI and Python Client

2014-05-12 Thread Fernando Ribeiro
** 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/1313263 Title: Missing Operation in the Identity CLI and Python Client Status in

[Yahoo-eng-team] [Bug 1313258] Re: Missing Operation in the Identity Python Client

2014-05-12 Thread Fernando Ribeiro
** 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/1313258 Title: Missing Operation in the Identity Python Client Status in Python

[Yahoo-eng-team] [Bug 1318814] [NEW] SLES network config files not properly supported

2014-05-12 Thread Simeon Monov
Public bug reported: There are problems with configuring SLES networking scripts. I tested with SLES 11 SP2 and SP3 and the networking scripts /etc/sysconfig/network/ifcfg.eth0 and /etc/sysconfig/network/routes where not set correctly. Latest tested cloud-init version was cloud-init 0.7.4. **

[Yahoo-eng-team] [Bug 1318881] [NEW] network with VLAN ID not in network_vlan_ranges shouldn't be created successfully for ml2

2014-05-12 Thread wang jian
Public bug reported: I have network_vlan_ranges = physnet1:1000:2999 in ml2_conf.ini. I can create a net with '--provider:segmentation_id 4000' which is out of the range 1000:2999. ** Affects: neutron Importance: Undecided Status: New ** Tags: ml2 ** Description changed: I

[Yahoo-eng-team] [Bug 1318881] Re: network with VLAN ID not in network_vlan_ranges shouldn't be created successfully for ml2

2014-05-12 Thread wang jian
Duplicate with https://bugs.launchpad.net/neutron/+bug/1269926 ** 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/1318881 Title: network

[Yahoo-eng-team] [Bug 1318890] [NEW] left side show drop_arrow but has not panels

2014-05-12 Thread tinytmy
Public bug reported: Steps to reproduce: 1.login as admin 2.click 'System Panel' drop_arrow to collapse panels. 3.click dash 'Project' . 4.click dash 'Admin' . you will see 'System Panel' show drop_arrow.png, but it show no panels. ** Affects: horizon Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1318891] [NEW] detach_pci_devices failed

2014-05-12 Thread Ding Xiao
Public bug reported: when detach a pci device from vm the method _detach_pci_devices will check if pci device detached for hdev in [d for d in guest_config.devices if d.type == 'pci']: guest_config.devices will have more device not only pci, like disk in