Re: [openstack-dev] [neutron][devstack][keystone] Devstack failures due to empty service catalogue

2015-01-22 Thread Kashyap Chamarthy
On Thu, Jan 22, 2015 at 09:42:50AM +0100, Jakub Libosvar wrote:
> It is caused by using old python-openstackclient [1]. We should be using
> >= 1.0.2 - fix is about to be merged [2].

Thanks Jakub for helping me debug this on the IRC yesterday!

I hope these kind of backward incompatible changes can be avoided in
`openstack` client. It's really annoying to guess at these kind of
changes that consumes time for debugging (needlessly).


-- 
/kashyap

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [neutron][devstack][keystone] Devstack failures due to empty service catalogue

2015-01-22 Thread Jakub Libosvar
It is caused by using old python-openstackclient [1]. We should be using
>= 1.0.2 - fix is about to be merged [2].

Kuba

[1] https://bugs.launchpad.net/devstack/+bug/1413252
[2] https://review.openstack.org/#/c/148951/

On 01/22/2015 04:20 AM, Zhou, Zhenzan wrote:
> Just noticed that your log has “2015-01-21 16:43:24.674 | The service
> catalog is empty.”
> 
>  
> 
> I just met a similar issue: stack.sh aborted with service catalog empty
> error). I
> 
> find errors like below:
> 
>  
> 
> 2015-01-22 14:34:10.048 | ++ get_or_create_service cinder volume 'Cinder
> Volume Service'
> 
> 2015-01-22 14:34:10.049 | +++ openstack service show cinder -f value -c id
> 
> 2015-01-22 14:34:10.607 | +++ openstack service create volume --name
> cinder '--description=Cinder Volume Service' -f value -c id
> 
> 2015-01-22 14:34:11.096 | usage: openstack service create [-h] [-f
> {html,json,shell,table,value,yaml}]
> 
> 2015-01-22 14:34:11.096 | [-c COLUMN]
> [--max-width ]
> 
> 2015-01-22 14:34:11.096 | [--prefix
> PREFIX] --type 
> 
> 2015-01-22 14:34:11.096 | [--description
> ]
> 
> 2015-01-22 14:34:11.097 | 
> 
> 2015-01-22 14:34:11.097 | openstack service create: error: argument
> --type is required
> 
>  
> 
> The reason is that my openstack client is old and not compatible with
> new devstack code. I have to git clone python-openstackclient and
> 
> install it manually.
> 
> I don’t know why devstack doesn’t check this. Any comments from experts?
> Thanks.
> 
>  
> 
> BR
> 
> Zhou Zhenzan
> 
>  
> 
>  
> 
> *From:*Sukhdev Kapur [mailto:sukhdevka...@gmail.com]
> *Sent:* Thursday, January 22, 2015 4:58 AM
> *To:* OpenStack Development Mailing List (not for usage questions);
> openstack-in...@lists.openstack.org
> *Subject:* [openstack-dev] [neutron][devstack][keystone] Devstack
> failures due to empty service catalogue
> 
>  
> 
> Hi All, 
> 
>  
> 
> I noticed that our CI got hit sometime last night. Neutron is unable to
> create "private" network as there is no Tenant ID. 
> 
>  
> 
> Please see the error log here - http://paste.openstack.org/show/159912/
> 
>  
> 
> It appears that keystone is not creating tenant. Keystone screen log did
> not show anything obvious.
> 
>  
> 
> I wonder if others saw the same issue and if anybody has any idea as to
> what could have caused this? I looked at the obvious places and could
> not find anything interesting. 
> 
>  
> 
> Any guidance/help will be appreciated. 
> 
>  
> 
> Thanks
> 
> -Sukhdev
> 
>  
> 
> 
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [neutron][devstack][keystone] Devstack failures due to empty service catalogue

2015-01-21 Thread Kevin Benton
One thing that hits the CI I work on is when an incompatible change happens
to one of those libraries but the requirements.txt constraint is not
updated so the latest version does not get installed.
On Jan 21, 2015 7:23 PM, "Zhou, Zhenzan"  wrote:

>  Just noticed that your log has “2015-01-21 16:43:24.674 | The service
> catalog is empty.”
>
>
>
> I just met a similar issue: stack.sh aborted with service catalog empty
> error). I
>
> find errors like below:
>
>
>
> 2015-01-22 14:34:10.048 | ++ get_or_create_service cinder volume 'Cinder
> Volume Service'
>
> 2015-01-22 14:34:10.049 | +++ openstack service show cinder -f value -c id
>
> 2015-01-22 14:34:10.607 | +++ openstack service create volume --name
> cinder '--description=Cinder Volume Service' -f value -c id
>
> 2015-01-22 14:34:11.096 | usage: openstack service create [-h] [-f
> {html,json,shell,table,value,yaml}]
>
> 2015-01-22 14:34:11.096 | [-c COLUMN]
> [--max-width ]
>
> 2015-01-22 14:34:11.096 | [--prefix
> PREFIX] --type 
>
> 2015-01-22 14:34:11.096 | [--description
> ]
>
> 2015-01-22 14:34:11.097 | 
>
> 2015-01-22 14:34:11.097 | openstack service create: error: argument --type
> is required
>
>
>
> The reason is that my openstack client is old and not compatible with new
> devstack code. I have to git clone python-openstackclient and
>
> install it manually.
>
> I don’t know why devstack doesn’t check this. Any comments from experts?
> Thanks.
>
>
>
> BR
>
> Zhou Zhenzan
>
>
>
>
>
> *From:* Sukhdev Kapur [mailto:sukhdevka...@gmail.com]
> *Sent:* Thursday, January 22, 2015 4:58 AM
> *To:* OpenStack Development Mailing List (not for usage questions);
> openstack-in...@lists.openstack.org
> *Subject:* [openstack-dev] [neutron][devstack][keystone] Devstack
> failures due to empty service catalogue
>
>
>
> Hi All,
>
>
>
> I noticed that our CI got hit sometime last night. Neutron is unable to
> create "private" network as there is no Tenant ID.
>
>
>
> Please see the error log here - http://paste.openstack.org/show/159912/
>
>
>
> It appears that keystone is not creating tenant. Keystone screen log did
> not show anything obvious.
>
>
>
> I wonder if others saw the same issue and if anybody has any idea as to
> what could have caused this? I looked at the obvious places and could not
> find anything interesting.
>
>
>
> Any guidance/help will be appreciated.
>
>
>
> Thanks
>
> -Sukhdev
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [neutron][devstack][keystone] Devstack failures due to empty service catalogue

2015-01-21 Thread Zhou, Zhenzan
Just noticed that your log has “2015-01-21 16:43:24.674 | The service catalog 
is empty.”

I just met a similar issue: stack.sh aborted with service catalog empty error). 
I
find errors like below:

2015-01-22 14:34:10.048 | ++ get_or_create_service cinder volume 'Cinder Volume 
Service'
2015-01-22 14:34:10.049 | +++ openstack service show cinder -f value -c id
2015-01-22 14:34:10.607 | +++ openstack service create volume --name cinder 
'--description=Cinder Volume Service' -f value -c id
2015-01-22 14:34:11.096 | usage: openstack service create [-h] [-f 
{html,json,shell,table,value,yaml}]
2015-01-22 14:34:11.096 | [-c COLUMN] 
[--max-width ]
2015-01-22 14:34:11.096 | [--prefix PREFIX] 
--type 
2015-01-22 14:34:11.096 | [--description 
]
2015-01-22 14:34:11.097 | 
2015-01-22 14:34:11.097 | openstack service create: error: argument --type is 
required

The reason is that my openstack client is old and not compatible with new 
devstack code. I have to git clone python-openstackclient and
install it manually.
I don’t know why devstack doesn’t check this. Any comments from experts? Thanks.

BR
Zhou Zhenzan


From: Sukhdev Kapur [mailto:sukhdevka...@gmail.com]
Sent: Thursday, January 22, 2015 4:58 AM
To: OpenStack Development Mailing List (not for usage questions); 
openstack-in...@lists.openstack.org
Subject: [openstack-dev] [neutron][devstack][keystone] Devstack failures due to 
empty service catalogue

Hi All,

I noticed that our CI got hit sometime last night. Neutron is unable to create 
"private" network as there is no Tenant ID.

Please see the error log here - http://paste.openstack.org/show/159912/

It appears that keystone is not creating tenant. Keystone screen log did not 
show anything obvious.

I wonder if others saw the same issue and if anybody has any idea as to what 
could have caused this? I looked at the obvious places and could not find 
anything interesting.

Any guidance/help will be appreciated.

Thanks
-Sukhdev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [neutron][devstack][keystone] Devstack failures due to empty service catalogue

2015-01-21 Thread Sukhdev Kapur
Hi All,

I noticed that our CI got hit sometime last night. Neutron is unable to
create "private" network as there is no Tenant ID.

Please see the error log here - http://paste.openstack.org/show/159912/

It appears that keystone is not creating tenant. Keystone screen log did
not show anything obvious.

I wonder if others saw the same issue and if anybody has any idea as to
what could have caused this? I looked at the obvious places and could not
find anything interesting.

Any guidance/help will be appreciated.

Thanks
-Sukhdev
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev