[Openstack] AMQP---2 queues for nova-compute?

2012-09-17 Thread jeffrey coho
Hi,all
   why there needs two topic queues for nova-compute?The queue with routing
key:"compute.host"
is obvious,but what about the queue with routing key "compute"?what is this
for?when does it use this
queue?
Thanks a lot.

-- 
Sincerely yours,
Jeff
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] The process after click the "Launch instance" button?

2012-06-07 Thread jeffrey coho
Hi,all,
I  recently read some of the Horizon code,and could anyone tell me what
happens after i click the
"Launch instance" button? I know the basic process,but I just can't find
the code which deals with the
"click" action. I stopped at the following code in
nova\templates\nova\images_and_snapshots\images\_launch.html :
___
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] [OpenStack] OpenStack with Xen

2012-01-04 Thread jeffrey coho
Hi,
   Does the nova-compute DomU need to be a PV guest?
I have it now on a HVM guest,which it is causing the problem
* Errno 2: No such file or directory: '/sys/hypervisor/uuid'.*
**
If so ,what should i do if i still want to use this HVM without reinstalling
everything again on a PV guest?Thanks.

Yours,
Jeff

2012/1/4 Ewan Mellor 

>  Is this what you’re looking for?
>
> ** **
>
> http://wiki.openstack.org/XenServerDevelopment
>
> ** **
>
> Cheers,
>
> ** **
>
> Ewan.
>
> ** **
>
> *From:* openstack-bounces+ewan.mellor=citrix@lists.launchpad.net[mailto:
> openstack-bounces+ewan.mellor=citrix@lists.launchpad.net] *On Behalf
> Of *Guilherme Birk
> *Sent:* 03 January 2012 09:06
> *To:* Openstack Mail List
> *Subject:* [Openstack] [OpenStack] OpenStack with Xen
>
> ** **
>
> I've already have a Nova configuration working with kvm. Now I want to
> install and configure the Xen enviroment. Anyone can recomend any material
> or tutorial where I can find how to install, configure and then integrate
> with OpenStack ?
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Sincerely yours,
Jeff
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Glance ERROR: NO 'app_factory' attribute

2011-12-21 Thread jeffrey coho
Hi,all

   Now I run *glance-manage db_sync* ,it shows *ERROR:error trying to load
config /etc/glance/glance-registry.conf:
has no 'app_factory' **attribute.*
*  * I checked the version of glance, there seems to be no version named
2012.1 ??? Isn't it 2011.3-0ubuntu4.1 now?Thanks.

Yours
Jeff

2011/12/21 jeffrey coho 

> Hi,jay,
>   it still doesnt work.I have no idea now.Is the Glance server on your
> machine working correctly?
> Although now there is no error output when I run *glance-control api
> start --verbose --debug &,*
> but i still don't see glance-api running and no glance-api.log exists.Any
> idea?Thanks.
>
> Yours
> jeff
>
>
>
> 2011/12/17 Jay Pipes 
>
>> cc'ing mailing list as this is generally useful and something I myself
>> ran into last night when I grabbed the latest devstack and re-ran
>> stack.sh...
>>
>> I found the solution was to remove all the old .pyc files, like so:
>>
>> cd $GLANCE_SRC_DIR
>> find . -type f -name "*.pyc" -exec sudo rm -f {} \;
>>
>> And then restart Glance servers...
>>
>> Please let me know if that works for you as well.
>>
>> Thanks,
>> -jay
>>
>> On Thu, Dec 15, 2011 at 10:39 PM, jeffrey coho
>>  wrote:
>> > Hi,Jay
>> >   Thanks.I copied those to my config files,and restarted
>> > with glance-control .Anyway,it is still not working.
>> > port 9292 is still not listening.So what is the stable release of Glance
>> >  now?
>> > and how can i get one?(i am using ubuntu11.10)
>> >
>> > Yours,
>> > jeff
>> >
>> > 2011/12/15 Jay Pipes 
>> >>
>> >> Yeah, I was worried we would run into these kinds of problems with a
>> >> recent commit...
>> >>
>> >> Basically, do what Hugo suggested. We recently overhauled the
>> >> configuration and paste deploy factories in Glance to align with the
>> >> common cfg work being done in Nova and Glance. This means that the
>> >> glance-api.conf and glance-registry.conf paste deploy sections need to
>> >> be updated.
>> >>
>> >> You can see the changes needed by looking at this diff:
>> >>
>> >>
>> https://review.openstack.org/#patch,sidebyside,2139,1,etc/glance-api.conf
>> >>
>> >>
>> https://review.openstack.org/#patch,sidebyside,2139,1,etc/glance-cache.conf
>> >>
>> >>
>> https://review.openstack.org/#patch,sidebyside,2139,1,etc/glance-registry.conf
>> >>
>> >> Ping us back if you have issues figuring out the needed changes.
>> >>
>> >> Thanks!
>> >> -jay
>> >>
>> >> On Thu, Dec 15, 2011 at 8:28 AM, jeffrey coho <
>> jeffreycohob...@gmail.com>
>> >> wrote:
>> >> > Hi,all,
>> >> >Glance version i am running is 2012.1-dev. But glance-api can't be
>> >> > started(maybe this version is just unstable for now?).Here is some
>> >> > details:
>> >> >
>> >> > #sudo glance-api glance-api.conf --debug -v &
>> >> > [1]27173
>> >> > Error trying to load config /etc/glance/glance-api.conf:> >> > 'glance.api.v1' from
>> >> >
>> >> >
>> '/usr/local/lib/python2.7/dist-packages/glance-2012.1-py2.7.egg/glance/api/v1/__init__.pyc'>
>> >> > has no 'app_factory' attribute
>> >> >
>> >> > Any ideas?Thanks very much.
>> >> >
>> >> > Yours,
>> >> > Jeff
>> >> >
>> >> > ___
>> >> > 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


[Openstack] Glance 2012.1-dev! ERROR: NO 'app_factory' attribute

2011-12-15 Thread jeffrey coho
Hi,all,
   Glance version i am running is 2012.1-dev. But glance-api can't be
started(maybe this version is just unstable for now?).Here is some details:

*#sudo glance-api glance-api.conf --debug -v &*
*[1]27173*
*Error trying to load config /etc/glance/glance-api.conf:
has no 'app_factory' attribute*
*
*
Any ideas?Thanks very much.
*
*
Yours,
Jeff
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Openstack with XenServer

2011-12-07 Thread jeffrey coho
Hi,all,
   I am trying to install OpenStack with XenServer.I followed what this
page says,but with no luck.
(http://wiki.openstack.org/XenServerDevelopment)  Is there any one who
successfully installed this?
Is there any guides available beyond the page above?
  What's more, I tried this way:
https://github.com/cloudbuilders/devstack/tree/master/tools/xen
and it doesn't seem  to work either.Any thoughts? Thanks very much.

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