Re: [Openstack] (no subject)

2012-04-17 Thread Tomasz Paszkowski
On Tue, Apr 17, 2012 at 5:07 AM,  cloud...@hush.com wrote:


 Hi,

 Apparently OpenStack essex release supports Rados Block Devices (RBD) in
 nova-volume,
 however I was wondering what is the usability status of these drivers?


They are fully usable with Qemu/KVM as volumes and within glance as
backend storage.

 Are the drivers complete, or even working? (I'm not saying they're not, I'm
 just asking
 before venturing deep in trying).

They're fully operational as hole essex release :-)


 While I've seen in the nova code some references/drivers to RBD, I couldn't
 find
 any documentation on how to use it concretely. Is there any howto or
 anywhere that I missed?
you missed them.

 Is RBD supported at every levels in OpenStack?
 - glance store image directly to RBD?
backend storage (examples in default config file)
 - nova-volume creating RBD volumes? (apparently supported)

just add lines below to nova.conf
# volume
volume_driver=nova.volume.driver.RBDDriver
rbd_pool=nova



 - nova-compute spawning RBD-backed VM instances using libvirt+KVM?

Working (boot from volume). One thing which is missing is image
preparation. it needs to be addressed manualy
(https://github.com/ceph/ceph-openstack-tools), or dirty coded within
libvirt/connection.py :-)


-- 
Tomasz Paszkowski
SS7, Asterisk, SAN, Datacenter, Cloud Computing
+48500166299

___
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] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-04-17 Thread Martin Gerhard Loschwitz
Am 17.04.12 05:44, schrieb Shake Chen:
 Hi Martin
 
 Now the document seem have two problem. Hope you can fix and make it perfect.
 
 1:glance
 
 Now the glance package have some change. for future upgrade reason, you have 
 to manual create glance database table.
 
 https://bugs.launchpad.net/ubuntu/+source/glance/+bug/982787
 
 you just need run
 
 # glance-manage version_control 0
 # glance-manage db_sync
 
 then run glance index
 
 working as expect.
 
 
 2:vnc problem.
 
 https://lists.launchpad.net/openstack/msg09707.html
 
 many friend have report working.
 
 
 

Hi there and thanks for the feedback!

I added the glance-manage part to the installation guide, but as for novnc,
I will wait until fixed packages of it are available (I'm definetely not
going to refer to packages hosted on dropbox in that howto, I was just so
happy that we got rid of all manually exchange python files instructions
in there :))

Best regards
Martin

-- 
Martin Gerhard Loschwitz
Chief Brand Officer, Principal Consultant
hastexo Professional Services

CONFIDENTIALITY NOTICE: This e-mail and/or the accompanying documents
are privileged and confidential under applicable law. The person who
receives this message and who is not the addressee, one of his employees
or an agent entitled to hand it over to the addressee, is informed that
he may not use, disclose or reproduce the contents thereof. Should you
have received this e-mail (or any copy thereof) in error, please let us
know by telephone or e-mail without delay and delete the message from
your system. Thank you.

___
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] raw or qcow2

2012-04-17 Thread William Herry
Hi all

we plan to use openstack on our production,
we are not sure which disk type will be the better choice

I did a little test on qcow2 and it's performance looks good when I use
cache=writeback

can some one give us some advice, or some article,
cause for such common topic must be discussed before

thanks

-- 

===
William Herry

williamherrych...@gmail.com
___
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] raw or qcow2

2012-04-17 Thread Razique Mahroua
Hi,qcow2 for all the advantages it has : resize, compress, snapshopt, convert, backing files :-)
Nuage  Co - Razique Mahrouarazique.mahr...@gmail.com

Le 17 avr. 2012 à 10:23, William Herry a écrit :Hi allwe plan to use openstack on our production, we are not sure which disk type will be the better choiceI did a little test on qcow2 and it's performance looks good when I use cache=writeback
can some one give us some advice, or some article, cause for such common topic must be discussed before thanks-- 
===William Herrywilliamherrych...@gmail.com

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore 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] raw or qcow2

2012-04-17 Thread Daniel P. Berrange
On Tue, Apr 17, 2012 at 04:23:04PM +0800, William Herry wrote:
 Hi all
 
 we plan to use openstack on our production,
 we are not sure which disk type will be the better choice
 
 I did a little test on qcow2 and it's performance looks good when I use
 cache=writeback
 
 can some one give us some advice, or some article,
 cause for such common topic must be discussed before

Raw files or block devices will always have some performance advantage
over qcow2, though I don't have figures to tell you just how much of
a difference it will be. The performance gap is certainly much smaller
than it used to be a few years back.

The more important question is probably, do you actually need any of
the other features that qcow2 gives over raw ? eg internal snapshots,
external backing files, encryption, compression, etc ?  If you don't
need any of these features, then there is no real point in choosing
to use qcow2 over raw.

REgards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

___
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] raw or qcow2

2012-04-17 Thread William Herry
so, what changes should I make if I want use raw in openstack, I didn't
find some configure option in nova.conf.sample

I also try to modify the source code in nova/virt/libvirt/utils.py, and
didn't succeed

I noticed that the type of snapshot is same as the instance's image by
default, does this right, and what about the type of model image that
uploaded to glance, does it affect the disk type I use?

Thanks

On Tue, Apr 17, 2012 at 4:41 PM, Daniel P. Berrange berra...@redhat.comwrote:

 On Tue, Apr 17, 2012 at 04:23:04PM +0800, William Herry wrote:
  Hi all
 
  we plan to use openstack on our production,
  we are not sure which disk type will be the better choice
 
  I did a little test on qcow2 and it's performance looks good when I use
  cache=writeback
 
  can some one give us some advice, or some article,
  cause for such common topic must be discussed before

 Raw files or block devices will always have some performance advantage
 over qcow2, though I don't have figures to tell you just how much of
 a difference it will be. The performance gap is certainly much smaller
 than it used to be a few years back.

 The more important question is probably, do you actually need any of
 the other features that qcow2 gives over raw ? eg internal snapshots,
 external backing files, encryption, compression, etc ?  If you don't
 need any of these features, then there is no real point in choosing
 to use qcow2 over raw.

 REgards,
 Daniel
 --
 |: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/:|
 |: http://libvirt.org  -o- http://virt-manager.org:|
 |: http://autobuild.org   -o- http://search.cpan.org/~danberr/:|
 |: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc:|




-- 

===
William Herry

williamherrych...@gmail.com
___
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] compute create instance failure

2012-04-17 Thread Christoph Dwertmann
Hi Craig!

You may be missing the guestmount tool. Try apt-get install guestmount if you 
are running Ubuntu 12.04.

Cheers,

Christoph
___
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] About OCCI implementation and SLA

2012-04-17 Thread Augusto Ciuffoletti
The implementation of a standard interface for a open software solution is
a vital step for their evolution, and put together they may become a
relevant market competitor. So the result announced by the OCCI team is
extremely relevant.

My question is how Service Level Agreement is considered relevant inside
the Openstack community. For sure the SLA topic is gaining a momentum, for
interoperability reasons, in various cloud related communities (read NIST,
NMWG etc.), and OCCI itself is paying some attention to that facet. So,
might SLA be a place where to look for cross fertilization between OCCI and
Openstack?

-- 
Augusto Ciuffoletti
Dipartimento di Informatica
Università di Pisa
56100 - Pisa (Italy)
___
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] About OCCI implementation and SLA

2012-04-17 Thread Sill, Alan
OGF has the definitive standards for automated machine readable service 
agreement expression (including software license management and SLAs) I the two 
specs known as WS-Agreement and WS-Agreement Negotiation (WSAG and WSAN)). 
These allow any service agreement to be expressed in XML, and the latter 
provides for programmatic negotiation of predetermined parameters of agreements 
expressed in the former. Despite their names, there are RESTful implementations 
of WSAG and many language tools, though perhaps not as many yet as for OCCI, 
already exist. 

There are several examples of both commercial and open source software written 
already that use these specs. A quick search on WS-Agreement REST will 
produce many useful
Responses, for example.  I know that the OCCI team and OGF GRAAP group that 
produced these specs have been talking extensively lately, but do not know the 
results. 

WSAG4J and the OPTIMIS Project are two useful starting points among many. 

I would love to see a project to incorporate standards-based interfaces to 
OpenStack for service agreements just as OCCI does for cloud interface 
management.

Alan



On Apr 17, 2012, at 5:16 AM, Augusto Ciuffoletti augu...@di.unipi.it wrote:

 The implementation of a standard interface for a open software solution is a 
 vital step for their evolution, and put together they may become a relevant 
 market competitor. So the result announced by the OCCI team is extremely 
 relevant.
 
 My question is how Service Level Agreement is considered relevant inside the 
 Openstack community. For sure the SLA topic is gaining a momentum, for 
 interoperability reasons, in various cloud related communities (read NIST, 
 NMWG etc.), and OCCI itself is paying some attention to that facet. So, might 
 SLA be a place where to look for cross fertilization between OCCI and 
 Openstack?
 
 -- 
 Augusto Ciuffoletti
 Dipartimento di Informatica
 Università di Pisa
 56100 - Pisa (Italy)
 ___
 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] ERROR: Can not find requested image (HTTP 400)

2012-04-17 Thread Guilherme Birk


Anyone have any ideia ?

Thanks.
From: guib...@hotmail.com
To: openstack@lists.launchpad.net
Date: Mon, 16 Apr 2012 13:22:58 +
Subject: Re: [Openstack] ERROR: Can not find requested image (HTTP 400)





Hey Nicolas,

In the images/snapshots at dashboard I can list my images without problems.
This is the output of my glance registry when trying to boot a new instance: 
http://pastebin.com/DyZhv5CK

On the api log I have just this two lines: 
2012-04-16 09:11:17 1082 INFO [keystone.middleware.auth_token] Starting 
keystone auth_token middleware
2012-04-16 09:11:17 1082 INFO [eventlet.wsgi.server] Starting single 
process server
From: ndebonf...@gmail.com
Date: Fri, 13 Apr 2012 21:50:25 +0200
Subject: Re: [Openstack] ERROR: Can not find requested image (HTTP 400)
To: guib...@hotmail.com
CC: openstack@lists.launchpad.net

Hi,


In dashboard, in the images/snapshots area can you list the images ?
Can you put the output of glance-api, please ?
---Nicolas



On Fri, Apr 13, 2012 at 18:07, Guilherme Birk guib...@hotmail.com wrote:






I'm having problems when trying to boot a new instance using nova boot (ERROR: 
Can not find requested image (HTTP 400)).

I can list all my images and instances using nova image-list and nova list 
without problems.



Follow de --debug from the nova boot command that throws the error: 
http://pastebin.com/FusBZnfC

Looks like the GET request on the image is being executed without problems 


send: u'GET 
/v2/2ad1fc162c254e59bea043560b7f73cb/images/ff0d6247-b40e-481e-803b-7c31124fbf82
 HTTP/1.1\r\nHost: 192.168.100.142:8774\r\nx-auth-project-id: 
openstackDemo\r\nx-auth-token: 
179ca0bb579748eb8a28d9240bc94b0d\r\naccept-encoding: gzip, 
deflate\r\naccept: application/json\r\nuser-agent: 
python-novaclient\r\n\r\n'reply: 'HTTP/1.1 200 OK\r\n'

I don't know if this can be related to any other configuration. I can access 
and authenticate to the dashboard without problems.



  

___

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] ERROR: Can not find requested image (HTTP 400)

2012-04-17 Thread Guilherme Birk

I found the error. I was having problems with the tutorial images. When trying 
to boot a new instances with these images I was constantly getting a ERROR: Can 
not find requested image (HTTP 400).

I uploaded a custom image and the boot process worked normally. So people that 
are having this problem should try to upload different images and try with them.

From: guib...@hotmail.com
To: openstack@lists.launchpad.net
Date: Tue, 17 Apr 2012 12:26:18 +
Subject: Re: [Openstack] ERROR: Can not find requested image (HTTP 400)






Anyone have any ideia ?

Thanks.
From: guib...@hotmail.com
To: openstack@lists.launchpad.net
Date: Mon, 16 Apr 2012 13:22:58 +
Subject: Re: [Openstack] ERROR: Can not find requested image (HTTP 400)





Hey Nicolas,

In the images/snapshots at dashboard I can list my images without problems.
This is the output of my glance registry when trying to boot a new instance: 
http://pastebin.com/DyZhv5CK

On the api log I have just this two lines: 
2012-04-16 09:11:17 1082 INFO [keystone.middleware.auth_token] Starting 
keystone auth_token middleware
2012-04-16 09:11:17 1082 INFO [eventlet.wsgi.server] Starting single 
process server
From: ndebonf...@gmail.com
Date: Fri, 13 Apr 2012 21:50:25 +0200
Subject: Re: [Openstack] ERROR: Can not find requested image (HTTP 400)
To: guib...@hotmail.com
CC: openstack@lists.launchpad.net

Hi,


In dashboard, in the images/snapshots area can you list the images ?
Can you put the output of glance-api, please ?
---Nicolas



On Fri, Apr 13, 2012 at 18:07, Guilherme Birk guib...@hotmail.com wrote:






I'm having problems when trying to boot a new instance using nova boot (ERROR: 
Can not find requested image (HTTP 400)).

I can list all my images and instances using nova image-list and nova list 
without problems.



Follow de --debug from the nova boot command that throws the error: 
http://pastebin.com/FusBZnfC

Looks like the GET request on the image is being executed without problems 


send: u'GET 
/v2/2ad1fc162c254e59bea043560b7f73cb/images/ff0d6247-b40e-481e-803b-7c31124fbf82
 HTTP/1.1\r\nHost: 192.168.100.142:8774\r\nx-auth-project-id: 
openstackDemo\r\nx-auth-token: 
179ca0bb579748eb8a28d9240bc94b0d\r\naccept-encoding: gzip, 
deflate\r\naccept: application/json\r\nuser-agent: 
python-novaclient\r\n\r\n'reply: 'HTTP/1.1 200 OK\r\n'

I don't know if this can be related to any other configuration. I can access 
and authenticate to the dashboard without problems.



  

___

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   
  ___
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] compute create instance failure

2012-04-17 Thread Pádraig Brady
On 04/11/2012 10:17 PM, Craig Vyvial wrote:
 I've run into a few issues while i have been testing creating and deleting 
 instances on my vm after setting everything up with devstack. I create a new 
 instance and it goes into an error state. the log says it failed to map 
 partitions but this is the same image i have been using without problems 
 before. its a qcow2 image i created with ubuntu-vmbuilder. 
 
 Anyone else see this?
 
 i thought maybe i was out of memory but thats not the case.
 ubuntu@ubuntu:/opt/stack$ df
 Filesystem   1K-blocks  Used Available Use% Mounted on
 /dev/sda1 18578172   7169564  10464892  41% /
 udev501644 4501640   1% /dev
 tmpfs   203828   324203504   1% /run
 none  5120 0  5120   0% /run/lock
 none509560 0509560   0% /run/shm
 
 Excerpt from the nova-compute logs:
 
 2012-04-11 13:54:26 DEBUG nova.virt.libvirt.connection 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] [instance: 
 939d3af8-e7bd-4d4b-b026-c20097e207a6] Finished toXML method from (pid=2720) 
 to_xml /opt/stack/nova/nova/virt/libvirt/connection.py:1662
 2012-04-11 13:54:26 INFO nova.virt.libvirt.firewall 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] [instance: 
 939d3af8-e7bd-4d4b-b026-c20097e207a6] Called setup_basic_filtering in nwfilter
 2012-04-11 13:54:26 INFO nova.virt.libvirt.firewall 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] [instance: 
 939d3af8-e7bd-4d4b-b026-c20097e207a6] Ensuring static filters
 2012-04-11 13:54:26 DEBUG nova.virt.firewall 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Filters added to instance 
 939d3af8-e7bd-4d4b-b026-c20097e207a6 from (pid=2720) prepare_instance_filter 
 /opt/stack/nova/nova/virt/firewall.py:137
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Attempting to grab semaphore iptables for 
 method _do_refresh_provider_fw_rules... from (pid=2720) inner 
 /opt/stack/nova/nova/utils.py:929
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Got semaphore iptables for method 
 _do_refresh_provider_fw_rules... from (pid=2720) inner 
 /opt/stack/nova/nova/utils.py:933
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Attempting to grab file lock iptables for 
 method _do_refresh_provider_fw_rules... from (pid=2720) inner 
 /opt/stack/nova/nova/utils.py:937
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Got file lock iptables for method 
 _do_refresh_provider_fw_rules... from (pid=2720) inner 
 /opt/stack/nova/nova/utils.py:944
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Attempting to grab semaphore iptables for 
 method apply... from (pid=2720) inner /opt/stack/nova/nova/utils.py:929
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Got semaphore iptables for method 
 apply... from (pid=2720) inner /opt/stack/nova/nova/utils.py:933
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Attempting to grab file lock iptables for 
 method apply... from (pid=2720) inner /opt/stack/nova/nova/utils.py:937
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Got file lock iptables for method 
 apply... from (pid=2720) inner /opt/stack/nova/nova/utils.py:944
 2012-04-11 13:54:26 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Running cmd (subprocess): sudo 
 /usr/local/bin/nova-rootwrap iptables-save -t filter from (pid=2720) execute 
 /opt/stack/nova/nova/utils.py:220
 2012-04-11 13:54:27 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] Running cmd (subprocess): sudo 
 /usr/local/bin/nova-rootwrap iptables-restore from (pid=2720) execute 
 /opt/stack/nova/nova/utils.py:220
 2012-04-11 13:54:27 DEBUG nova.utils 
 [req-91b3855a-1f90-42bb-8c24-6bf546aed826 2e11238b4cf444ba8dcf321a98764050 
 cb0ad32733bb4366962ba76033f4b6fb] 

[Openstack] kombu / nova bug

2012-04-17 Thread Bernhard M. Wiedemann
Hi,

I noticed that one test in the openstack-nova unit tests 
hangs indefinitely, bisected it to find that it started with kombu
commit 9979ea0ac9cc4fd1c6339140b264e781e923d2be

https://bugs.launchpad.net/nova/+bug/974411

and found that this change makes the test pass:

diff --git a/kombu/transport/virtual/__init__.py 
b/kombu/transport/virtual/__init__.py
index 9d9161b..2495f5a 100644
--- a/kombu/transport/virtual/__init__.py
+++ b/kombu/transport/virtual/__init__.py
@@ -436,7 +436,7 @@ class Channel(AbstractChannel, base.StdChannel):
 self._tag_to_queue[consumer_tag] = queue
 self._active_queues.append(queue)
 if queue in self.auto_delete_queues:
-self.auto_delete_queues[queue] += 1
+self.auto_delete_queues[queue] += 0

 def _callback(raw_message):
 message = self.Message(self, raw_message)


however, I don't know whether this is a problem on the kombu or nova side.
Please advise

-- 
Bernhard M. Wiedemann
software engineer

P.S. testing on SLES/openSUSE, but found
test_iterconsume_errors_will_reconnect SKIP: This tests does not timeout on 
Ubuntu
on https://launchpad.net/~openstack-ppa/+archive/bleeding-edge/+build/3379190

___
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] Hyper-V Support

2012-04-17 Thread Alessandro Pilotti
Hi guys, 

I just joined the mailing list, so hi everybody :-)

I'm a Microsoft MVP, having also a lot of developemnt and management experience 
on Linux. My company is interested in providing development and support for 
Hyper-V in Openstack.
We are already developing an Hyper-V management stack, so it would be great to 
offer our experience here.

From what I saw so far (sorry for asking some obvious questions here), the 
current Hyper-V stack has been removed and not included in the Essex release.

Is there already somebody working on the Hyper-V integration for the next 
releases?


Thanks!

Alessandro Pilotti
CEO Cloudbase Solutions Srl
MVP ASP.Net / IIS



___
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:Summit] Nova Volume Unconference sessions

2012-04-17 Thread Vladimir Popovski
+1

-Original Message-
From: openstack-bounces+vladimir=zadarastorage@lists.launchpad.net
[mailto:openstack-bounces+vladimir=zadarastorage@lists.launchpad.net]
On Behalf Of John Griffith
Sent: Monday, April 16, 2012 4:21 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] [Openstack:Summit] Nova Volume Unconference sessions

All,
For those of you that attended the Volume sessions at the summit this
morning (and those who may have missed it but would like to attend), I'd
like to continue our discussion tomorrow afternoon using the Unconference
sessions.

We've reserved 14:00 - 15:00 for continuation of the Volume spin out
discussion and 15:00 - 16:00 for Boot From Volume.  I'm working on a
specific set of goals/decisions to make during this time slots so that we
can begin moving forward and will have the etherpads updated tomorrow.

Thanks,
John

___
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] Hyper-V Support

2012-04-17 Thread Sriram Subramanian
Alessandro: you missed an awesome session yesterday by Jordan: 
http://summit.openstack.org/sessions/view/34

Though it had been pulled, Jordan and team has been trying to bring it back 
(and he needs volunteers:)) Please reach out to him.

Thanks,
-Sriram

From: openstack-bounces+sriram=computenext@lists.launchpad.net 
[mailto:openstack-bounces+sriram=computenext@lists.launchpad.net] On Behalf 
Of Alessandro Pilotti
Sent: Tuesday, April 17, 2012 8:02 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] Hyper-V Support

Hi guys,

I just joined the mailing list, so hi everybody :-)

I'm a Microsoft MVP, having also a lot of developemnt and management experience 
on Linux. My company is interested in providing development and support for 
Hyper-V in Openstack.
We are already developing an Hyper-V management stack, so it would be great to 
offer our experience here.

From what I saw so far (sorry for asking some obvious questions here), the 
current Hyper-V stack has been removed and not included in the Essex release.

Is there already somebody working on the Hyper-V integration for the next 
releases?


Thanks!

Alessandro Pilotti
CEO Cloudbase Solutions Srl
MVP ASP.Nethttp://ASP.Net / IIS



___
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] compute create instance failure

2012-04-17 Thread Pádraig Brady
On 04/17/2012 03:54 PM, Nathanael Burton wrote:
 I've run into a similar problem when using whole disk (no separate kernel / 
 ramdisk) images with LVM. In my case /dev/sda1 was the /boot file system.  
 What I did is modify the code to let guestmount do its thing by always using 
 the -i option to inspect. I don't quite understand why that isn't the 
 default behaviour.

It's not the default because of introspection issues with older versions of 
libguestfs.
You essentially did the same workaround as I did with setting partition=-1
I'll do a patch supporting a configurable partition ASAP.

cheers,
Pádraig.

___
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] Exportig vm's from Diablo to the external device and importing in Essex, howto?

2012-04-17 Thread Kadir Güzel
Hi,

 

I want to install and test Essex. How can I use vm’s from Diablo? 

 

Many thanks.

 

 

King regards.

 

K. Güzel

 

___
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] Hyper-V Support

2012-04-17 Thread Alessandro Pilotti
Siriam,

thanks! I'm going to write him right now.


Alessandro


On Apr 17, 2012, at 18:31 , Sriram Subramanian wrote:

 Alessandro: you missed an awesome session yesterday by Jordan: 
 http://summit.openstack.org/sessions/view/34
  
 Though it had been pulled, Jordan and team has been trying to bring it back 
 (and he needs volunteersJ) Please reach out to him.
  
 Thanks,
 -Sriram
  
 From: openstack-bounces+sriram=computenext@lists.launchpad.net 
 [mailto:openstack-bounces+sriram=computenext@lists.launchpad.net] On 
 Behalf Of Alessandro Pilotti
 Sent: Tuesday, April 17, 2012 8:02 AM
 To: openstack@lists.launchpad.net
 Subject: [Openstack] Hyper-V Support
  
 Hi guys, 
  
 I just joined the mailing list, so hi everybody :-)
  
 I'm a Microsoft MVP, having also a lot of developemnt and management 
 experience on Linux. My company is interested in providing development and 
 support for Hyper-V in Openstack.
 We are already developing an Hyper-V management stack, so it would be great 
 to offer our experience here.
  
 From what I saw so far (sorry for asking some obvious questions here), the 
 current Hyper-V stack has been removed and not included in the Essex release.
  
 Is there already somebody working on the Hyper-V integration for the next 
 releases?
  
  
 Thanks!
  
 Alessandro Pilotti
 CEO Cloudbase Solutions Srl
 MVP ASP.Net / IIS
 
 
  

___
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] Hyper-V Support

2012-04-17 Thread Peter Pouliot
Alessandro,

Great!  You came to the right place to ask.

The Hyper-V/OpenStack work is now officially sponsored by Microsoft.

Jordan Rinke has been working on the Hyper-V/Openstack code.  While I have
been preparing infrastructure to support the CI/QA efforts.

Jordan has restored the functionality that was present in Diablo for
Essex.   That code however is not included in Essex but we are working
towards inclusion in Folsom.

We are also currently in process of making it available for some sort of
consumption as well as working on an installer.

Hopefully we will be able to get some more information on the wiki next
week, as well as make the code available for users to dogfood.

Please feel free to contact me directly: ppoul...@microsoft.com to discuss
further.

Cheers,

p



On Tue, Apr 17, 2012 at 11:02 AM, Alessandro Pilotti ale...@tiscali.itwrote:

 Hi guys,

 I just joined the mailing list, so hi everybody :-)

 I'm a Microsoft MVP, having also a lot of developemnt and management
 experience on Linux. My company is interested in providing development and
 support for Hyper-V in Openstack.
 We are already developing an Hyper-V management stack, so it would be
 great to offer our experience here.

 From what I saw so far (sorry for asking some obvious questions here), the
 current Hyper-V stack has been removed and not included in the Essex
 release.

 Is there already somebody working on the Hyper-V integration for the next
 releases?


 Thanks!

 Alessandro Pilotti
 CEO Cloudbase Solutions Srl
 MVP ASP.Net / IIS




 ___
 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] [OSSA 2012-004] XSS vulnerability in Horizon log viewer

2012-04-17 Thread Russell Bryant
OpenStack Security Advisory: 2012-004
CVE: 2012-2094
Date: April 17, 2012
Title: XSS vulnerability in Horizon log viewer
Impact: High
Reporter: Matthias Weckbecker mweckbec...@suse.de
Products: Horizon
Affects: All versions

Description:
Matthias Weckbecker reported a vulnerability in Horizon. He noted that
the log viewer refreshing mechanism does not escape the data fetched
from guest consoles. This means that HTML with Javascript code gets
interpreted as such, resulting in the ability to inject code into a
dashboard session.

Fixes:
  Folsom: https://review.openstack.org/#/c/6618/
  2012.1: https://review.openstack.org/#/c/6621/

References:
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=2012-2094
  https://bugs.launchpad.net/horizon/+bug/977944

-- 
Russell Bryant
OpenStack Vulnerability Management Team

___
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] kombu / nova bug

2012-04-17 Thread Ask Solem

On 17 Apr 2012, at 14:41, Bernhard M. Wiedemann wrote:

 Hi,
 
 I noticed that one test in the openstack-nova unit tests 
 hangs indefinitely, bisected it to find that it started with kombu
 commit 9979ea0ac9cc4fd1c6339140b264e781e923d2be
 
 https://bugs.launchpad.net/nova/+bug/974411
 
 and found that this change makes the test pass:
 
 however, I don't know whether this is a problem on the kombu or nova side.
 Please advise
 

Hey Bernhard,

Are the tests using the memory transport perhaps?

Could you give me a link to the source code of the failing test?

-- 
Ask Solem
twitter.com/asksol | +44 (0)7713357179



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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] Remote participation from Design Summit (and conference)

2012-04-17 Thread Duncan McGreggor
On Wed, Apr 11, 2012 at 8:13 PM, Duncan McGreggor dun...@dreamhost.com wrote:
 On Wed, Apr 11, 2012 at 5:52 PM, Stefano Maffulli stef...@openstack.org 
 wrote:
 On Wed, 2012-04-11 at 14:03 -0700, Matt Joyce wrote:

        Ballroom: Intro Plenary, Breakout tables, Lightning Talks

        Seacliff A+B: Design summit sessions (fishbowl setup)*
        Seacliff C: Design summit sessions (fishbowl setup)*
        Seacliff D: Design summit sessions (fishbowl setup)*
        Marina: Design summit sessions (fishbowl setup)*
        Bayview B: Design summit sessions (fishbowl setup)*

        Golden Gate: Unconference room (theater setup)*
        Bayview A: Developer's lounge

 The association between rooms+track will be published soon, once the
 revisions on summit.openstack.org are completed.

 The following channels have been created on Freenode and are registered.

 #osds-ballroom
 #osds-seacliff-a-b
 #osds-seacliff-c
 #osds-seacliff-d
 #osds-marina
 #osds-bayview-a
 #osds-bayview-b
 #osds-golden-gate

 Each channel is also getting logged, viewable via HTTP here:
  http://irclogs.osds.cogitat.io/

I've updated the publishbot to log channel topics, so there will now
be a record of the session changes in the IRC logs.

Next, I'll add support for SSH'ing into the logger bot to mass-update
session channels for topic changes and broadcast messages...

d

___
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] Nova plugin framework unconference: Wednesday, 11AM

2012-04-17 Thread Andrew Bogott
In order to continue the discussion about getting a plugin 
framework added to Folsom, I've scheduled time in the unconference room 
(Golden Gate) for tomorrow at 11.


All are welcome!  I'll try to get some sort of agenda on the 
etherpad this evening.


Etherpad: http://etherpad.openstack.org/NovaPlugin
Slides here: http://bogott.net/misc/novaplugin.swf
Proposal draft here:  http://wiki.openstack.org/novaplugin
The current draft of my code is here: 
https://review.openstack.org/#/c/6054/


-Andrew


___
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 in centos 6.2 install document

2012-04-17 Thread Jan Drake
any chance of an english version?



On Apr 16, 2012, at 9:03 AM, darkfower atk...@gmail.com wrote:

 hi,every one:
 
 The attachment is I wrote in the installation of openstack centos 6.2 
 document 
 OpenStack 完整安装手册.doc
 ___
 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] kombu / nova bug

2012-04-17 Thread Russell Bryant
On 04/17/2012 09:55 AM, Ask Solem wrote:
 
 On 17 Apr 2012, at 14:41, Bernhard M. Wiedemann wrote:
 
 Hi,

 I noticed that one test in the openstack-nova unit tests 
 hangs indefinitely, bisected it to find that it started with kombu
 commit 9979ea0ac9cc4fd1c6339140b264e781e923d2be

 https://bugs.launchpad.net/nova/+bug/974411

 and found that this change makes the test pass:

 however, I don't know whether this is a problem on the kombu or nova side.
 Please advise

 
 Hey Bernhard,
 
 Are the tests using the memory transport perhaps?

Yes, it's using the memory transport.

-- 
Russell Bryant

___
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] [OSSA 2012-004] XSS vulnerability in Horizon log viewer

2012-04-17 Thread Russell Bryant
On 04/17/2012 08:51 AM, Russell Bryant wrote:
 OpenStack Security Advisory: 2012-004
 CVE: 2012-2094
 Date: April 17, 2012
 Title: XSS vulnerability in Horizon log viewer
 Impact: High
 Reporter: Matthias Weckbecker mweckbec...@suse.de
 Products: Horizon
 Affects: All versions

One clarification: this issue is *not* present in the stable/diablo
branch of Horizon.

 Description:
 Matthias Weckbecker reported a vulnerability in Horizon. He noted that
 the log viewer refreshing mechanism does not escape the data fetched
 from guest consoles. This means that HTML with Javascript code gets
 interpreted as such, resulting in the ability to inject code into a
 dashboard session.
 
 Fixes:
   Folsom: https://review.openstack.org/#/c/6618/
   2012.1: https://review.openstack.org/#/c/6621/
 
 References:
   http://cve.mitre.org/cgi-bin/cvename.cgi?name=2012-2094
   https://bugs.launchpad.net/horizon/+bug/977944
 


-- 
Russell Bryant

___
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] Fwd: Change in openstack/nova[master]: Improve API logging.

2012-04-17 Thread Mark Nottingham
Has this expired because no one is interested, or because everyone is at the 
summit?

Cheers,


Begin forwarded message:

 From: LaunchpadSync (Code Review) rev...@openstack.org
 Subject: Change in openstack/nova[master]: Improve API logging.
 Date: 16 April 2012 11:03:03 PM PDT
 To: mnot m...@mnot.net
 Cc: Devin Carlen de...@openstack.org
 
 LaunchpadSync has abandoned this change.
 
 Change subject: Improve API logging.
 ..
 
 
 Patch Set 4: Abandoned
 
 code review expired after 1 week of no activity after a negative review
 
 --
 To view, visit https://review.openstack.org/6340
 To unsubscribe, visit https://review.openstack.org/settings
 
 Gerrit-MessageType: abandon
 Gerrit-Change-Id: Ia6df30db4aa5a356116b139a0c06bbb0f18c818f
 Gerrit-PatchSet: 4
 Gerrit-Project: openstack/nova
 Gerrit-Branch: master
 Gerrit-Owner: mnot m...@mnot.net
 Gerrit-Reviewer: Devin Carlen de...@openstack.org
 Gerrit-Reviewer: SmokeStack
 Gerrit-Reviewer: mnot m...@mnot.net

--
Mark Nottingham
http://www.mnot.net/





___
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] Swift Keystone configuration in Essex release and possible logging issue

2012-04-17 Thread Lillie Ross-CDSR11
When configuring the paste pipeline for Swift's proxy, it appears that you must 
explicitly state the service and authentication protocol as http if you're not 
using an SSL connection, as this is the default.  The current configuration 
section of the keystone documentation doesn't make this clear.  

My sample proxy-server.conf file for the Essex packages in the Ubuntu 12.04LTS 
beta thus looks as follows:

DEFAULT]
bind_port = 8080
bind_ip = 172.16.1.5
user = swift
log_name = SWIFT_PROXY
log_level = DEBUG
log_headers = True

[pipeline:main]
pipeline = catch_errors healthcheck cache swift3 s3token authtoken keystone prox
y-server
#pipeline = catch_errors healthcheck cache authtoken keystone proxy-server

[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true

[filter:swift3]
use = egg:swift#swift3

[filter:s3token]
paste.filter_factory = keystone.middleware.s3_token:filter_factory
auth_port = 5000
auth_host = essex1
auth_protocol = http

[filter:keystone]
paste.filter_factory = keystone.middleware.swift_auth:filter_factory
operator_roles = admin, swiftoperator, Admin, SwiftOperator

[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
delay_auth_decision = 1
service_protocol = http
service_port = 5000
service_host = essex1
auth_protocol = http
auth_port = 35357
auth_host = essex1
auth_token = ADMIN8475760012
admin_token = ADMIN8475760012

[filter:catch_errors]
use = egg:swift#catch_errors

[filter:healthcheck]
use = egg:swift#healthcheck

[filter:cache]
use = egg:swift#memcache
memcache_server = 127.0.0.1:11211

Also, setting the log_level in the proxy's configuration file does not enable 
logging in the keystone authentication modules included in the paste pipeline.  
To discover this configuration bug, I needed to hack the auth_token.py module 
to get logging to work (copied from swift's catch_errors.py module) and 
discover that it was trying to connect via an SSL connection.  Is this a bug?  
Otherwise auth_token.py will report a no handler exception.

Regards,
Ross


___
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] quantum UI in essex

2012-04-17 Thread Tres Henry
The Quantum UI was disabled in Essex because it doesn't function. Quantum 
support in Horizon will be a primary focus for Folsom and Arvind Somya has 
already made some good progress. Quantum+Horizon will be a topic of discussion 
at the summit tomorrow if you are here and would like to stop by.

On Apr 16, 2012, at 6:46 PM, Yi Sun wrote:

 Hi,
 I'm using dev stack and I have enabled Quantum. Now, I can see the quantum 
 service is running and I can also create network with CLI. 
 But I can not find any quantum related configuration UI from dashboard. 
 Looking at the essex release note from this link ( 
 http://wiki.openstack.org/ReleaseNotes/Essex#OpenStack_Dashboard_.28Horizon.29),
  it seems that the quantum support in Horizon has been disabled. Is there a 
 way to re-enable it in my devstack environment?
 Thanks
 Yi
 
 ___
 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] quantum UI in essex

2012-04-17 Thread Yi Sun

Thanks, Tres,
I really want to join the summit tomorrow, but I don't think there are 
extra ticket available :-(. I hope to learn more detail on quantum 
roadmap especially on the service insertion part as mentioned in 
http://wiki.openstack.org/QuantumServicesInsertion. Will the new UI 
covers the extension on the service insertion as well?

Yi

On 04/17/2012 02:26 PM, Tres Henry wrote:
The Quantum UI was disabled in Essex because it doesn't function. 
Quantum support in Horizon will be a primary focus for Folsom and 
Arvind Somya has already made some good progress. Quantum+Horizon will 
be a topic of discussion at the summit tomorrow if you are here and 
would like to stop by.


On Apr 16, 2012, at 6:46 PM, Yi Sun wrote:


Hi,
I'm using dev stack and I have enabled Quantum. Now, I can see the 
quantum service is running and I can also create network with CLI.
But I can not find any quantum related configuration UI from 
dashboard. Looking at the essex release note from this link ( 
http://wiki.openstack.org/ReleaseNotes/Essex#OpenStack_Dashboard_.28Horizon.29), 
it seems that the quantum support in Horizon has been disabled. Is 
there a way to re-enable it in my devstack environment?

Thanks
Yi

___
Mailing list: https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net 
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack

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] quantum UI in essex

2012-04-17 Thread Tres Henry
That's one of the things that will be discussed tomorrow I think.

On Apr 17, 2012, at 2:34 PM, Yi Sun wrote:

 Thanks, Tres,
 I really want to join the summit tomorrow, but I don't think there are extra 
 ticket available :-(. I hope to learn more detail on quantum roadmap 
 especially on the service insertion part as mentioned in 
 http://wiki.openstack.org/QuantumServicesInsertion. Will the new UI covers 
 the extension on the service insertion as well?
 Yi
 
 On 04/17/2012 02:26 PM, Tres Henry wrote:
 
 The Quantum UI was disabled in Essex because it doesn't function. Quantum 
 support in Horizon will be a primary focus for Folsom and Arvind Somya has 
 already made some good progress. Quantum+Horizon will be a topic of 
 discussion at the summit tomorrow if you are here and would like to stop by.
 
 On Apr 16, 2012, at 6:46 PM, Yi Sun wrote:
 
 Hi,
 I'm using dev stack and I have enabled Quantum. Now, I can see the quantum 
 service is running and I can also create network with CLI. 
 But I can not find any quantum related configuration UI from dashboard. 
 Looking at the essex release note from this link ( 
 http://wiki.openstack.org/ReleaseNotes/Essex#OpenStack_Dashboard_.28Horizon.29),
  it seems that the quantum support in Horizon has been disabled. Is there a 
 way to re-enable it in my devstack environment?
 Thanks
 Yi
 
 ___
 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] quantum UI in essex

2012-04-17 Thread Edgar Magana (eperdomo)
Hello Yi,

Integrating network services insertion (SI) libraries in Horizon is completely 
possible and even desired. I will be presenting the BP on SI tomorrow and based 
in the outcomes of that session, I will synch up with Arvind (we are in the 
same team in Cisco) And find out when we can do that integration. 

Thanks,

Edgar

Sent from my iPad

On Apr 17, 2012, at 2:46 PM, Yi Sun beyo...@gmail.com wrote:

 Thanks, Tres,
 I really want to join the summit tomorrow, but I don't think there are extra 
 ticket available :-(. I hope to learn more detail on quantum roadmap 
 especially on the service insertion part as mentioned in 
 http://wiki.openstack.org/QuantumServicesInsertion. Will the new UI covers 
 the extension on the service insertion as well?
 Yi
 
 On 04/17/2012 02:26 PM, Tres Henry wrote:
 
 The Quantum UI was disabled in Essex because it doesn't function. Quantum 
 support in Horizon will be a primary focus for Folsom and Arvind Somya has 
 already made some good progress. Quantum+Horizon will be a topic of 
 discussion at the summit tomorrow if you are here and would like to stop by.
 
 On Apr 16, 2012, at 6:46 PM, Yi Sun wrote:
 
 Hi,
 I'm using dev stack and I have enabled Quantum. Now, I can see the quantum 
 service is running and I can also create network with CLI. 
 But I can not find any quantum related configuration UI from dashboard. 
 Looking at the essex release note from this link ( 
 http://wiki.openstack.org/ReleaseNotes/Essex#OpenStack_Dashboard_.28Horizon.29),
  it seems that the quantum support in Horizon has been disabled. Is there a 
 way to re-enable it in my devstack environment?
 Thanks
 Yi
 
 ___
 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] quantum UI in essex

2012-04-17 Thread Yi Sun

Thanks Edgar,
Nice to hear that people are working on this actively. I will just be 
more patience and waiting for the new announcement from you guys then.

Yi

On 04/17/2012 02:53 PM, Edgar Magana (eperdomo) wrote:

Hello Yi,

Integrating network services insertion (SI) libraries in Horizon is 
completely possible and even desired. I will be presenting the BP on 
SI tomorrow and based in the outcomes of that session, I will synch up 
with Arvind (we are in the same team in Cisco) And find out when we 
can do that integration.


Thanks,

Edgar

Sent from my iPad

On Apr 17, 2012, at 2:46 PM, Yi Sun beyo...@gmail.com 
mailto:beyo...@gmail.com wrote:



Thanks, Tres,
I really want to join the summit tomorrow, but I don't think there 
are extra ticket available :-(. I hope to learn more detail on 
quantum roadmap especially on the service insertion part as mentioned 
in http://wiki.openstack.org/QuantumServicesInsertion. Will the new 
UI covers the extension on the service insertion as well?

Yi

On 04/17/2012 02:26 PM, Tres Henry wrote:
The Quantum UI was disabled in Essex because it doesn't function. 
Quantum support in Horizon will be a primary focus for Folsom and 
Arvind Somya has already made some good progress. Quantum+Horizon 
will be a topic of discussion at the summit tomorrow if you are here 
and would like to stop by.


On Apr 16, 2012, at 6:46 PM, Yi Sun wrote:


Hi,
I'm using dev stack and I have enabled Quantum. Now, I can see the 
quantum service is running and I can also create network with CLI.
But I can not find any quantum related configuration UI from 
dashboard. Looking at the essex release note from this link ( 
http://wiki.openstack.org/ReleaseNotes/Essex#OpenStack_Dashboard_.28Horizon.29), 
it seems that the quantum support in Horizon has been disabled. Is 
there a way to re-enable it in my devstack environment?

Thanks
Yi

___
Mailing list: https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net 
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack

More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net 
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack

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] quantum UI in essex

2012-04-17 Thread Arvind Somya
I pushed out the commit to put quantum support back on Friday, it¹s is in
the review queue as all reviewers are here at the summit :)

https://review.openstack.org/#/c/6548/

This just brings quantum up to speed on L2 CRUD ops, we¹re still discussing
L3 api,  service insertion, melange support etc. at the summit. We¹ll
probably have a definite development roadmap of quantum+horizon after the
session tomorrow.

Thanks
Arvind Somya

On 4/17/12 2:36 PM, Tres Henry t...@treshenry.net wrote:

 That's one of the things that will be discussed tomorrow I think.
 
 On Apr 17, 2012, at 2:34 PM, Yi Sun wrote:
 
 
  Thanks, Tres,
  I really want to join the summit tomorrow, but I don't think there are extra
 ticket available :-(. I hope to learn more detail on quantum roadmap
 especially on the service insertion part as mentioned in
 http://wiki.openstack.org/QuantumServicesInsertion. Will the new UI covers
 the extension on the service insertion as well?
  Yi
  
  On 04/17/2012 02:26 PM, Tres Henry wrote:
 The Quantum UI was disabled in Essex because it doesn't function. Quantum
 support in Horizon will be a primary focus for Folsom and Arvind Somya has
 already made some good progress. Quantum+Horizon will be a topic of
 discussion at the summit tomorrow if you are here and would like to stop by.
 
  
  
 On Apr 16, 2012, at 6:46 PM, Yi Sun wrote:
  
  
   
  Hi,
  I'm using dev stack and I have enabled Quantum. Now, I can see the quantum
 service is running and I can also create network with CLI.
  But I can not find any quantum related configuration UI from dashboard.
 Looking at the essex release note from this link (
 http://wiki.openstack.org/ReleaseNotes/Essex#OpenStack_Dashboard_.28Horizon
 .29),  it seems that the quantum support in Horizon has been disabled. Is
 there a way to re-enable it in my devstack environment?
  Thanks
  Yi
  
  
  ___
  Mailing list: https://launchpad.net/~openstack
 https://launchpad.net/%7Eopenstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
 https://launchpad.net/%7Eopenstack
  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] Remote participation from Design Summit (and conference)

2012-04-17 Thread Duncan McGreggor
On Tue, Apr 17, 2012 at 10:38 AM, Duncan McGreggor dun...@dreamhost.com wrote:
 On Wed, Apr 11, 2012 at 8:13 PM, Duncan McGreggor dun...@dreamhost.com 
 wrote:
 On Wed, Apr 11, 2012 at 5:52 PM, Stefano Maffulli stef...@openstack.org 
 wrote:
 On Wed, 2012-04-11 at 14:03 -0700, Matt Joyce wrote:

        Ballroom: Intro Plenary, Breakout tables, Lightning Talks

        Seacliff A+B: Design summit sessions (fishbowl setup)*
        Seacliff C: Design summit sessions (fishbowl setup)*
        Seacliff D: Design summit sessions (fishbowl setup)*
        Marina: Design summit sessions (fishbowl setup)*
        Bayview B: Design summit sessions (fishbowl setup)*

        Golden Gate: Unconference room (theater setup)*
        Bayview A: Developer's lounge

 The association between rooms+track will be published soon, once the
 revisions on summit.openstack.org are completed.

 The following channels have been created on Freenode and are registered.

 #osds-ballroom
 #osds-seacliff-a-b
 #osds-seacliff-c
 #osds-seacliff-d
 #osds-marina
 #osds-bayview-a
 #osds-bayview-b
 #osds-golden-gate

 Each channel is also getting logged, viewable via HTTP here:
  http://irclogs.osds.cogitat.io/

 I've updated the publishbot to log channel topics, so there will now
 be a record of the session changes in the IRC logs.

 Next, I'll add support for SSH'ing into the logger bot to mass-update
 session channels for topic changes and broadcast messages...

Okay, I've got it set up so that I can ssh into the IRC bot, send out
broadcast message, and batch-update channel topics. It's getting much
easier to manage than the manual crap I've been doing :-)

Ideally, we've have this stuff pulling from the calendar, and there'd
be no-hands... maybe we can save that for next year ;-)

d

___
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 in centos 6.2 install document

2012-04-17 Thread Shake Chen
Essex publish, lack of the English document.

the document
http://docs.openstack.org/trunk/openstack-compute/admin/content/

not update.

How to improve it?





2012/4/18 Jan Drake jan_dr...@hotmail.com

 any chance of an english version?



 On Apr 16, 2012, at 9:03 AM, darkfower atk...@gmail.com wrote:

  hi,every one:
 
  The attachment is I wrote in the installation of openstack centos 6.2
 document
  OpenStack 完整安装手册.doc
  ___
  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




-- 
陈沙克
手机:13661187180
msn:shake.c...@hotmail.com
___
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] Canonical AWSOME

2012-04-17 Thread Philipp Wollermann
Hi,

I just saw the announcement of Canonical's AWSOME 
(https://launchpad.net/awsome), providing a translation proxy from the EC2 API 
to the OpenStack API.

I'm definitely not an expert regarding OpenStack, but… doesn't OpenStack 
already support an EC2 compatibility API?
At least, I can use the euca2ools without problems on OpenStack Nova Diablo. I 
haven't tried Swift yet.

What's the advantage of replacing the native EC2 compatibility layer with 
AWSOME from a user / operator point of view?

Thanks :)
Philipp

-- 
Philipp Wollermann

Infrastructure Engineer
CyberAgent, Inc. (Tokyo)
https://github.com/philwo



___
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] kombu / nova bug

2012-04-17 Thread Bernhard M. Wiedemann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

(resent because it was lost in some subscriber-only-filters)

On 2012-04-17 18:55, wrote Ask Solem:
 
 On 17 Apr 2012, at 14:41, Bernhard M. Wiedemann wrote:
 
 Hi,
 
 I noticed that one test in the openstack-nova unit tests hangs
 indefinitely, bisected it to find that it started with kombu 
 commit 9979ea0ac9cc4fd1c6339140b264e781e923d2be
 
 https://bugs.launchpad.net/nova/+bug/974411
 
 and found that this change makes the test pass:
 
 however, I don't know whether this is a problem on the kombu or
 nova side. Please advise
 
 
 Hey Bernhard,
 
 Are the tests using the memory transport perhaps?
 
 Could you give me a link to the source code of the failing test?

Hi Ask,

thanks for having a look at this. The link is
https://github.com/openstack/nova/blob/master/nova/tests/rpc/test_kombu.py

The error can be triggered with
python nova/testing/runner.py -w .
nova/tests/rpc/test_kombu.py:RpcKombuTestCase.test_iterconsume_errors_will_reconnect

Ciao
Bernhard M.
- -- 
 (o_
 //\
 V_/_  http://www.suse.de/
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix
Imendörffer, HRB 16746 (AG Nürnberg)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+OQxQACgkQSTYLOx37oWSRQQCgiuUv4NP7mq1cMAjgIOdlpFqq
clYAnRY+clRY8FS7zOc4XqZNlkD538eD
=032r
-END PGP SIGNATURE-

___
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] kombu / nova bug

2012-04-17 Thread Vaze, Mandar
I have also seen this when I execute  run_tests.sh 
Since I haven't yet made changes related to these parts of code, I generally 
skip this test using @unit.skip decorator

I've already clicked This bug also affects me on LP

-Mandar

-Original Message-
From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net 
[mailto:openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net] On 
Behalf Of Russell Bryant
Sent: Tuesday, April 17, 2012 11:50 PM
To: Ask Solem
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] kombu / nova bug

On 04/17/2012 09:55 AM, Ask Solem wrote:
 
 On 17 Apr 2012, at 14:41, Bernhard M. Wiedemann wrote:
 
 Hi,

 I noticed that one test in the openstack-nova unit tests hangs 
 indefinitely, bisected it to find that it started with kombu commit 
 9979ea0ac9cc4fd1c6339140b264e781e923d2be

 https://bugs.launchpad.net/nova/+bug/974411

 and found that this change makes the test pass:

 however, I don't know whether this is a problem on the kombu or nova side.
 Please advise

 
 Hey Bernhard,
 
 Are the tests using the memory transport perhaps?

Yes, it's using the memory transport.

--
Russell Bryant

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

__
Disclaimer:This email and any attachments are sent in strictest confidence for 
the sole use of the addressee and may contain legally privileged, confidential, 
and proprietary data.  If you are not the intended recipient, please advise the 
sender by replying promptly to this email and then delete and destroy this 
email and any attachments without any further use, copying or forwarding

___
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 in centos 6.2 install document

2012-04-17 Thread Anne Gentle
Hi Shake -

We have been updating the install guide more often than the admin manual as
doc bugs are reported. Please review the latest revision at:

https://review.openstack.org/#/c/6615/

You can contribute to it through
http://github.com/openstack/openstack-manuals or by doing reviews. Also,
please log doc bugs as you see them. These are the latest being fixed with
the above review request:

bug 983417 https://code.launchpad.net/bugs/983417, bug
984106https://code.launchpad.net/bugs/984106

If you have specific doc bugs for the Compute Admin manual, please report
them (and fix them) through http://bugs.launchpad.net/openstack-manuals.

Thanks,
Anne

On Tue, Apr 17, 2012 at 6:18 PM, Shake Chen shake.c...@gmail.com wrote:

 Essex publish, lack of the English document.

 the document
 http://docs.openstack.org/trunk/openstack-compute/admin/content/

 not update.

 How to improve it?






 2012/4/18 Jan Drake jan_dr...@hotmail.com

 any chance of an english version?



 On Apr 16, 2012, at 9:03 AM, darkfower atk...@gmail.com wrote:

  hi,every one:
 
  The attachment is I wrote in the installation of openstack centos 6.2
 document
  OpenStack 完整安装手册.doc
  ___
  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




 --
 陈沙克
 手机:13661187180
 msn:shake.c...@hotmail.com

 ___
 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-poc] Meeting?!

2012-04-17 Thread Joshua McKenty
Folks, 

We need to meet. I'm nominating RIGHT NOW, at the bar, in the Hyatt Lobby.

Alternatively, lunch tomorrow?
--
Joshua McKenty, CEO
Piston Cloud Computing, Inc.
w: (650) 24-CLOUD
m: (650) 283-6846
http://www.pistoncloud.com

Oh, Westley, we'll never survive!
Nonsense. You're only saying that because no one ever has.

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