Re: [openstack-dev] [cinder] oslo_config.PortOp is undefined

2016-01-05 Thread Pradip Mukhopadhyay
Oops. sorry. I was as stack user. It works now (with a sudo). All the three cinder services are running. Thanks a ton for the help, Pradip On Tue, Jan 5, 2016 at 5:51 PM, Pradip Mukhopadhyay < pradip.inte...@gmail.com> wrote: > Thanks. Tried this. Still getting the same error on c-api inst

Re: [openstack-dev] [cinder] oslo_config.PortOp is undefined

2016-01-05 Thread Pradip Mukhopadhyay
Thanks. Tried this. Still getting the same error on c-api installation. The pip upgrade shown some issues as follows: Installing collected packages: lxml, oslo.middleware, pyparsing, requests, python-keystoneclient, SQLAlchemy, urllib3 Found existing installation: lxml 3.3.3 Uninstalling l

Re: [openstack-dev] [cinder] oslo_config.PortOp is undefined

2016-01-05 Thread MichaƂ Dulko
PortOpt definitely exists in oslo.config [1]. Try executing "pip install -U -r /opt/stack/cinder/requirements.txt". [1] https://github.com/openstack/oslo.config/blob/f5e2fab3ae5af5bd47fe3526a73f13fbaa27c1f0/oslo_config/cfg.py#L1180-L1216 On 01/05/2016 12:33 PM, Pradip Mukhopadhyay wrote: > I did

Re: [openstack-dev] [cinder] oslo_config.PortOp is undefined

2016-01-05 Thread Pradip Mukhopadhyay
After upgrading all the oslo.config, oslo.service and oslo.log, now c-sch and c-vol running well. Buit c-api is failing with this stack-trace: stack@openstack4:~/devstack$ screen -x 2016-01-05 06:44:18.544 TRACE cinder return self.object_type.invoke(self) 2016-01-05 06:44:18.544 TRACE cinder

Re: [openstack-dev] [cinder] oslo_config.PortOp is undefined

2016-01-05 Thread Pradip Mukhopadhyay
I did not do anything specific. Oslo Config has IntOpt, not PortOpt. Any clue how can I upgrade oslo.config? --pradip On Tue, Jan 5, 2016 at 4:43 PM, Julien Danjou wrote: > On Tue, Jan 05 2016, Pradip Mukhopadhyay wrote: > > Upgrade oslo.config? > > > Hello, > > > > > > I have a devstack

Re: [openstack-dev] [cinder] oslo_config.PortOp is undefined

2016-01-05 Thread Julien Danjou
On Tue, Jan 05 2016, Pradip Mukhopadhyay wrote: Upgrade oslo.config? > Hello, > > > I have a devstack created on 12/22/15. Just seeing that (after a vacation) > it stops working. > > Tried to restart the cinder services, getting the error: > > stack@openstack4:~/devstack$ /usr/local/bin/cinder-ap

[openstack-dev] [cinder] oslo_config.PortOp is undefined

2016-01-05 Thread Pradip Mukhopadhyay
Hello, I have a devstack created on 12/22/15. Just seeing that (after a vacation) it stops working. Tried to restart the cinder services, getting the error: stack@openstack4:~/devstack$ /usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf & echo $! >/opt/stack/status/stack/c-api.pid;