Re: [openstack-dev] [all] Question about import module

2015-01-29 Thread iKhan
Suppose that's the way to do it. On Fri, Jan 30, 2015, 7:44 AM liuxinguo liuxin...@huawei.com wrote: · I have seen that the module ‘oslo.config’ have changed to ‘oslo_config’ in Kilo but in Juno it is still ‘oslo.config’. I want my code work compatibly both for Juno and Kilo so I

Re: [openstack-dev] Openstack Havana installation using devstack

2015-01-14 Thread iKhan
Go with stable/icehouse then. On Thu Jan 15 2015 at 11:13:37 AM masoom alam masoom.a...@gmail.com wrote: Hi every one, How can I install Openstack Havana using devstack. The problem is that Havana branch does not exist on Github. git clone https://github.com/openstack-dev/devstack.git -b

Re: [openstack-dev] [cinder][tempest]how to get cinder coverage using tempest?

2014-07-03 Thread iKhan
Can anyone kindly help me here? When the volume type is created and I try starting volume service via coverage, I get coverage_manager not found error. On Wed, Jul 2, 2014 at 6:57 AM, iKhan ik.ibadk...@gmail.com wrote: I have manually deployed cinder and it is up and running. Now I wanted

[openstack-dev] [cinder][tempest]how to get cinder coverage using tempest?

2014-07-01 Thread iKhan
I have manually deployed cinder and it is up and running. Now I wanted to get the live code coverage for cinder using tempest, I tried to running each cinder-api services as coverage run /usr/bin/cinder-api it started but when I tried same with cinder-volume with volume types configured it failed.

[openstack-dev] Messaging queue is not cleaned when cinder volume-type is destroyed

2014-06-21 Thread iKhan
Hi, I was intrigued when a cinder volume-type is destroyed completely its queue still exists until the messaging service is restarted. In my case its rabbitmq, not sure if it is valid behavior. Kindly let me know. -- Thanks, IK ___ OpenStack-dev

Re: [openstack-dev] Understanding Openstack releases and components

2014-05-28 Thread iKhan
Hi, You can find all the latest docs on OpenStack at http://docs.openstack.org/ On Thu, May 29, 2014 at 8:47 AM, Swaroop Jayanthi swaroop.jayan...@gmail.com wrote: Hi All, I am new to Openstack and want to understand the concepts of Openstack. I am going through the pdf provided in

[openstack-dev] [cinder] Unit test cases failing with error 'cannot import rpcapi'

2014-02-18 Thread iKhan
Hi All, All cinder test cases are failing with error 'cannot import rpcapi', though same files work fine in live cinder setup. I wonder what's going wrong when unit testing is triggered. Can any one help me out here? -- Thanks, IK ___ OpenStack-dev

Re: [openstack-dev] [cinder] Unit test cases failing with error 'cannot import rpcapi'

2014-02-18 Thread iKhan
Yes I do run in venv, I'm checking for missing libraries. On Wed, Feb 19, 2014 at 2:03 AM, John Griffith john.griff...@solidfire.comwrote: On Tue, Feb 18, 2014 at 1:21 PM, iKhan ik.ibadk...@gmail.com wrote: Hi All, All cinder test cases are failing with error 'cannot import rpcapi

[openstack-dev] [cinder]Multiple backends

2014-02-16 Thread iKhan
Hi All, I'm just curious on how the manager.py is choosing backend while creating volume, I know volume type is set but where is this being processed? I am sorry if this is a basic question, but didn't got any help from #openstack-dev IRC channel so was left without option to post here. --

Re: [openstack-dev] Proposed Logging Standards

2014-01-28 Thread iKhan
I haven't started contributing to openstack, looks like this might be good opportunity. Count me in. I had the same doubt about AUDIT level log in cinder. On Tue, Jan 28, 2014 at 8:16 PM, Alexander Tivelkov ativel...@mirantis.comwrote: Very interested, thanks a lot for this topic. Will work

[openstack-dev] Cinder unit test failure

2014-01-20 Thread iKhan
Hi, I have imported iniparse to my cinder code, it works fine when I perform execution. But when I run the unit test, it fails while importing iniparse. It says No module named iniparse. Do I have to take care of something here? -- Thanks, Ibad Khan 9686594607

Re: [openstack-dev] Cinder unit test failure

2014-01-20 Thread iKhan
of this in test-requirement.txt as you mentioned. I wonder if there is an alternative to iniparse by default. Regards On Mon, Jan 20, 2014 at 10:47 PM, John Griffith john.griff...@solidfire.com wrote: On Mon, Jan 20, 2014 at 10:07 AM, iKhan ik.ibadk...@gmail.com wrote: Hi, I have imported

Re: [openstack-dev] Cinder unit test failure

2014-01-20 Thread iKhan
, 2014 at 11:15 AM, John Griffith john.griff...@solidfire.com wrote: On Mon, Jan 20, 2014 at 10:30 AM, iKhan ik.ibadk...@gmail.com wrote: Thanks John, It worked earlier while executing because iniparse was installed, tho this wasn't present in virtual environment. Installing iniparse via pip

[openstack-dev] Validation of IP

2014-01-20 Thread iKhan
Hi, I am planning to validate an IP which is accepted part of input from user in cinder, I need to verify if IP address is valid and it is up in the network. The dirty way or only way that I know as of now is to create a socket object and perform inet_aton()and gethostbyaddr() Jut worried if

[openstack-dev] Cinder unit test failing

2014-01-08 Thread iKhan
Hi, I am trying to run cinder unit tests via run_tests.sh since my tox has some issues. Following is the error I am getting while running run_tests.sh error in setup command: Error parsing /RMCUT/cinder/havana/setup.cfg: OSError: [Errno 2] No such file or directory Running ` python setup.py

Re: [openstack-dev] Fwd: ./run_test.sh Fails

2013-12-21 Thread iKhan
Are you trying this on Ubuntu? On Sat, Dec 21, 2013 at 1:15 PM, Sayali Lunkad sayali.92...@gmail.comwrote: Subject: ./run_test.sh fails to build environment Hello, I get this error when I try to set the environment for Horizon. Any idea why this is happening? I am running Devstack on a VM

Re: [openstack-dev] [Solum] Git workflow meeting reminder agenda

2013-12-18 Thread iKhan
I am newbie here and I am from +5:30 GMT. Can any one direct me how to attend this meeting? On Wed, Dec 18, 2013 at 12:46 PM, Krishna Raman kra...@gmail.com wrote: Hi, The next Git-workflow meeting is tomorrow at 8 AM PST. (

Re: [openstack-dev] olso.config error on running Devstack

2013-12-18 Thread iKhan
If you are behind corporate proxy, make sure the proxy is set. On Wed, Dec 18, 2013 at 8:56 PM, Sayali Lunkad sayali.92...@gmail.comwrote: Hello, I get the following error when I run stack.sh on Devstack Traceback (most recent call last): File /usr/local/bin/ceilometer-dbsync, line 6,

Re: [openstack-dev] Re-initializing or dynamically configuring cinder driver

2013-12-15 Thread iKhan
like the mentioned registry of objects that can be reloaded when a SIGHUP arrives) and see how it goes. It does seem like a nice feature if u can get it right :-) Sent from my really tiny device... On Dec 13, 2013, at 8:57 PM, iKhan ik.ibadk...@gmail.com wrote: Hi All, At present

[openstack-dev] Re-initializing or dynamically configuring cinder driver

2013-12-13 Thread iKhan
Hi All, At present cinder driver can be only configured with adding entries in conf file. Once these driver related entries are modified or added in conf file, we need to restart cinder-volume service to validate the conf entries and create a child process that runs in background. I am thinking