[Openstack] Glance and Nova image-list problems (folsom)

2013-03-22 Thread tra26
Hey,

So glance and nova are returning different results when it comes to images
and snapshots. glance image-list is not returning my private images while
nova image-list returns everyone's private images to everyone. As a result
it seems that horizon won't show any snapshots unless they are public. Is
there some setting I am missing or what?


Thanks,

Trevor


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Glance and Nova image-list problems (folsom)

2013-03-25 Thread gtt116
Hi Trevor,

Are you use the admin user? or some user whose role is 'admin'?
If you use a admin user, nova image-list would show all image in the system.

于 2013年03月23日 02:38, tr...@cs.drexel.edu 写道:
> Hey,
>
> So glance and nova are returning different results when it comes to images
> and snapshots. glance image-list is not returning my private images while
> nova image-list returns everyone's private images to everyone. As a result
> it seems that horizon won't show any snapshots unless they are public. Is
> there some setting I am missing or what?
>
>
> Thanks,
>
> Trevor
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


-- 
best regards,
gtt



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Glance and Nova image-list problems (folsom)

2013-03-25 Thread Yaguang
this is duo to your glance doesn't use keystone as auth strategy. 


send from my iPad

在 2013-3-25,19:01,gtt116  写道:

> Hi Trevor,
> 
> Are you use the admin user? or some user whose role is 'admin'?
> If you use a admin user, nova image-list would show all image in the system.
> 
> 于 2013年03月23日 02:38, tr...@cs.drexel.edu 写道:
>> Hey,
>> 
>> So glance and nova are returning different results when it comes to images
>> and snapshots. glance image-list is not returning my private images while
>> nova image-list returns everyone's private images to everyone. As a result
>> it seems that horizon won't show any snapshots unless they are public. Is
>> there some setting I am missing or what?
>> 
>> 
>> Thanks,
>> 
>> Trevor
>> 
>> 
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
> 
> 
> -- 
> best regards,
> gtt
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Glance and Nova image-list problems (folsom)

2013-03-25 Thread Ken'ichi Ohmichi

Hi,

On Mon, 25 Mar 2013 21:33:56 +
Yaguang  wrote:
>
> this is duo to your glance doesn't use keystone as auth strategy. 

I guess so.

Trevor, can you check whether your configuration files contain
the following?

* glance-api.conf
[paste_deploy]
flavor = keystone+cachemanagement

* glance-registry.conf
[paste_deploy]
flavor = keystone


Thanks
Ken'ichi Ohmichi

---

> send from my iPad
> 
> 在 2013-3-25,19:01,gtt116  写道:
> 
> > Hi Trevor,
> > 
> > Are you use the admin user? or some user whose role is 'admin'?
> > If you use a admin user, nova image-list would show all image in the system.
> > 
> > 于 2013年03月23日 02:38, tr...@cs.drexel.edu 写道:
> >> Hey,
> >> 
> >> So glance and nova are returning different results when it comes to images
> >> and snapshots. glance image-list is not returning my private images while
> >> nova image-list returns everyone's private images to everyone. As a result
> >> it seems that horizon won't show any snapshots unless they are public. Is
> >> there some setting I am missing or what?
> >> 
> >> 
> >> Thanks,
> >> 
> >> Trevor
> >> 
> >> 
> >> ___
> >> Mailing list: https://launchpad.net/~openstack
> >> Post to : openstack@lists.launchpad.net
> >> Unsubscribe : https://launchpad.net/~openstack
> >> More help   : https://help.launchpad.net/ListHelp
> > 
> > 
> > -- 
> > best regards,
> > gtt
> > 
> > 
> > 
> > ___
> > Mailing list: https://launchpad.net/~openstack
> > Post to : openstack@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~openstack
> > More help   : https://help.launchpad.net/ListHelp
> 
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Glance and Nova image-list problems (folsom)

2013-03-27 Thread tra26
It seems that while the glance-api.conf file had flavor=keystone the
registry file was missing the entry.

Thanks guys.

-Trevor Adams

>
> Hi,
>
> On Mon, 25 Mar 2013 21:33:56 +
> Yaguang  wrote:
>>
>> this is duo to your glance doesn't use keystone as auth strategy.
>
> I guess so.
>
> Trevor, can you check whether your configuration files contain
> the following?
>
> * glance-api.conf
> [paste_deploy]
> flavor = keystone+cachemanagement
>
> * glance-registry.conf
> [paste_deploy]
> flavor = keystone
>
>
> Thanks
> Ken'ichi Ohmichi
>
> ---
>
>> send from my iPad
>>
>> $B:_(B 2013-3-25$B!$(B19:01$B!$(Bgtt116 
>> $B>
>> > Hi Trevor,
>> >
>> > Are you use the admin user? or some user whose role is 'admin'?
>> > If you use a admin user, nova image-list would show all image in the
>> system.
>> >
>> > $BP2(B 2013$BG/(B03$B7n(B23$BF|(B 02:38, tr...@cs.drexel.edu
>> $B> >> Hey,
>> >>
>> >> So glance and nova are returning different results when it comes to
>> images
>> >> and snapshots. glance image-list is not returning my private images
>> while
>> >> nova image-list returns everyone's private images to everyone. As a
>> result
>> >> it seems that horizon won't show any snapshots unless they are
>> public. Is
>> >> there some setting I am missing or what?
>> >>
>> >>
>> >> Thanks,
>> >>
>> >> Trevor
>> >>
>> >>
>> >> ___
>> >> Mailing list: https://launchpad.net/~openstack
>> >> Post to : openstack@lists.launchpad.net
>> >> Unsubscribe : https://launchpad.net/~openstack
>> >> More help   : https://help.launchpad.net/ListHelp
>> >
>> >
>> > --
>> > best regards,
>> > gtt
>> >
>> >
>> >
>> > ___
>> > Mailing list: https://launchpad.net/~openstack
>> > Post to : openstack@lists.launchpad.net
>> > Unsubscribe : https://launchpad.net/~openstack
>> > More help   : https://help.launchpad.net/ListHelp
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp