Re: what should user@jclouds.incubator.apache.org return

2013-10-17 Thread Andrew Phillips

then if I start an Instance, I am able to list the servers using jclouds
listInDetails(),

Dont know the real reason of this failure earlier..


Curious indeed, but glad to hear things are working!

ap


Re: what should user@jclouds.incubator.apache.org return

2013-10-17 Thread Vijay Sukthankar
I guess the issue was more of keystone service but not sure of that. I exec
few keystone commands and things started working..I am able to List from
jclouds the configuredzones(), which as Lau says returns "RegionOne" and
then if I start an Instance, I am able to list the servers using jclouds
listInDetails(),

Dont know the real reason of this failure earlier..


On Thu, Oct 17, 2013 at 4:39 AM, Bk Lau  wrote:

> I installed and use  the devStack recently.
>
> zones = nova.getApi().getConfiguredZones() <== will return a set of regions, 
> not availability zones!!!
>
> Example : "RegionA", not "nova".
>
> If you look at the nova extensions, there is a "availability-zone" extensions.
>
> I don't think this is what is involved under the hood when you call
> nova.getApi().getConfiguredZones()
>
>
>
>
>
> On Wed, Oct 16, 2013 at 4:26 AM, Andrew Phillips wrote:
>
>> 
>>>
>>
>> Hm...I suspected as much, but thanks for confirming. If that service
>> really is not available, it may be some kind of configuration issue?
>>
>> Which version of devstack are you running? And you may have more luck by
>> jumping on #jclouds on IRC Freenode and asking one of the OpenStack experts
>> that are often  there...
>>
>> Good luck!
>>
>> ap
>>
>
>


-- 
Regards
Vijay Sukthankar


Re: what should user@jclouds.incubator.apache.org return

2013-10-16 Thread Bk Lau
I installed and use  the devStack recently.

zones = nova.getApi().getConfiguredZones() <== will return a set of
regions, not availability zones!!!

Example : "RegionA", not "nova".

If you look at the nova extensions, there is a "availability-zone" extensions.

I don't think this is what is involved under the hood when you call
nova.getApi().getConfiguredZones()





On Wed, Oct 16, 2013 at 4:26 AM, Andrew Phillips  wrote:

> 
>>
>
> Hm...I suspected as much, but thanks for confirming. If that service
> really is not available, it may be some kind of configuration issue?
>
> Which version of devstack are you running? And you may have more luck by
> jumping on #jclouds on IRC Freenode and asking one of the OpenStack experts
> that are often  there...
>
> Good luck!
>
> ap
>


Re: what should user@jclouds.incubator.apache.org return

2013-10-16 Thread Andrew Phillips




Hm...I suspected as much, but thanks for confirming. If that service  
really is not available, it may be some kind of configuration issue?


Which version of devstack are you running? And you may have more luck  
by jumping on #jclouds on IRC Freenode and asking one of the OpenStack  
experts that are often  there...


Good luck!

ap


Re: what should user@jclouds.incubator.apache.org return

2013-10-15 Thread Vijay Sukthankar
On Tue, Oct 15, 2013 at 5:05 PM, Andrew Phillips  wrote:

> {"error": {"message": "The resource could not be found.", "code": 404,
>> "title": "Not Found"}}
>>
>
> Then what jclouds is seeing is not surprising - we may be using an
> incorrect URL. Could you first of all try
>
> http://10.0.2.15:5000/v2.0/**tokens 
> (lowercase "v2.0")
>
>



> ? And could you then try to run that cURL command *from the machine on
> which OpenStack is running*, to see if this could be a proxy issue?
>

I have installed devstack in all-in-one-vm so whenever I am running all the
commands, I am doing it from the VM where Openstack/devstack is installed.


>
> Regards
>
> ap
>



-- 
Regards
Vijay Sukthankar


Re: what should user@jclouds.incubator.apache.org return

2013-10-15 Thread Andrew Phillips

{"error": {"message": "The resource could not be found.", "code": 404,
"title": "Not Found"}}


Then what jclouds is seeing is not surprising - we may be using an  
incorrect URL. Could you first of all try


http://10.0.2.15:5000/v2.0/tokens (lowercase "v2.0")

? And could you then try to run that cURL command *from the machine on  
which OpenStack is running*, to see if this could be a proxy issue?


Regards

ap


Re: what should user@jclouds.incubator.apache.org return

2013-10-14 Thread Vijay Sukthankar
I carried out the test as suggested and I get this below msg

{"error": {"message": "The resource could not be found.", "code": 404,
"title": "Not Found"}}


On Mon, Oct 14, 2013 at 3:44 PM, Andrew Phillips  wrote:

> Apologies... attached is the link
>> https://gist.github.com/**vksuktha/43b1d8c2188894f47217
>>
>
> This appears to be the same error as discussed in the other thread you
> started [1]. Have you been able to carry out the test described in the last
> message of that thread?
>
> http://markmail.org/message/**cangm25ultw7uvl3
>
> ap
>
> [1] 
> http://markmail.org/thread/**vvz2ahcbq5pj5rcd
>



-- 
Regards
Vijay Sukthankar


Re: what should user@jclouds.incubator.apache.org return

2013-10-14 Thread Andrew Phillips

Apologies... attached is the link
https://gist.github.com/vksuktha/43b1d8c2188894f47217


This appears to be the same error as discussed in the other thread you  
started [1]. Have you been able to carry out the test described in the  
last message of that thread?


http://markmail.org/message/cangm25ultw7uvl3

ap

[1] http://markmail.org/thread/vvz2ahcbq5pj5rcd


Re: what should user@jclouds.incubator.apache.org return

2013-10-13 Thread Vijay Sukthankar
Apologies... attached is the link
https://gist.github.com/vksuktha/43b1d8c2188894f47217


On Sun, Oct 13, 2013 at 10:31 PM, Andrew Phillips wrote:

> https://gist.github.com/**vksuktha/431d8c2188894f47217
>>
>
> This link is currently returning a 404..?
>
> ap
>



-- 
Regards
Vijay Sukthankar


Re: what should user@jclouds.incubator.apache.org return

2013-10-13 Thread Andrew Phillips

https://gist.github.com/vksuktha/431d8c2188894f47217


This link is currently returning a 404..?

ap