[Openstack] workflows in OpenStack?

2013-01-25 Thread Alex Glikson
Are there any additional details regarding the usage of workflows in 
Horizon? http://docs.openstack.org/developer/horizon/ref/workflows.html
Is this something that can be also reused outside of Horizon, in the 
broader context of workflows for OpenStack?

Thanks,
Alex
___
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] iSCSI initiator limits

2013-01-25 Thread Syed Armani
On 25-01-2013 04:15, Bontala, Vibhuvardhan wrote:
>
> Hi,
>
>  
>
> Could someone tell me how many iSCSI targets can an iSCSI initiator on
> a Linux box (Ubuntu) discover via SendTargets query gracefully? Are
> there any limits in general?
>
>  
>
> Thanks
>
> Vibhu Bontala
>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

Well that depends, theoretically it is 2^16 but practically it will
depend on the tuning parameters like
"discovery.sendtargets.iscsi.MaxRecvDataSegmentLength".

Cheers,
Syed Armani
___
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 Community Weekly Newsletter (Jan 18 – 25)

2013-01-25 Thread Stefano Maffulli


   Highlights of the week


 Project Incubation Process Update is Underway
 


Alan Clark, Chairman of the Board, wrote about the effort to improve the 
existing open source incubation process for OpenStack. This is one of 
the most important processes kickstarted by the OpenStack Foundation 
whose objective is to help ensure that projects receive the focus, 
visibility and resources needed to be successful via a fair, equitable 
and open process.



 Introducing the User Committee
 

Speaking of important processes, here is another one you should pay 
attention to: the OpenStack User Committee whose role is to represent 
the needs of the diverse range of OpenStack users. For those of you who 
would like to help define this committee, please look at the points to 
review 
 
document and post your thoughts to the OpenStack foundation mailing list 
.



 Debugging OpenStack with pycharm and pydevd
 


The story of a conversion, that of John Bresnahan 
 from being a strictly /vi/ user, 
developing C code and debugging with gdb, to an avid user of pycharm. 
This is a story of lost productivity of a once Luddite converted to IDE 
and of how he got to appreciate remote debugging via pydevd.



 Technical Committee & Grizzly Update
 

While we wait for the final release of OpenStack Grizzly, here is a 
teaser of what’s coming up, with other updates from the OpenStack 
Technical Committee. Read it together with the Motion on Technical 
Committee membership for Spring 2013 session 
.



 Let’s Get this Started!
 

And ‘this’ is the Outreach Program for Women, coordinated by GNOME, with 
OpenStack as one of ten participating organizations: we’ve added a few 
more ladies to the OpenStack contributors starting line this month.


 * Laura Alves da Quinta (http://ladquin.dreamwidth.org/), Buenos
   Aires, Argentina – working on Documentation with Anne Gentle
 * Anita Kuno (http://anteaya.info/), Haliburton, Ontario, Canada,
   working on Python Clients with Iccha Sethi
 * Victoria Martínez de la Cruz (http://vmartinezdelacruz.com/), Bahía
   Blanca, Argentina working on Horizon’s Workflows with Julie Pichon

We are seeking sponsorships to bring all of them to the OpenStack Summit 
in Portland in April. If you are interested please contact Anne Gentle 
at anne.gen...@rackspace.com . For a 
few thousand dollars, we can learn from them as much as they are 
learning from us. A great opportunity for some great interns!



 On-disk encryption prototype for OpenStack Swift
 


A few months ago, Mirantis engineers described the design of on-disk 
per-user encryption 
 
of objects in Swift. They released a first working prototype of this 
feature. It’s still very basic at the moment, but most of its components 
are pluggable and can be enhanced or replaced with more advanced 
versions. Code on Github .



   Tips and tricks

 * By Sébastien Han : OpenStack Nova and
   availability zones
   

 * By Anthony Goddard : Demystifying
   OpenStack Folsom quotas
   

 * By Adam Young : A SQL upgrade script in
   Keystone 
 * By Julien Danjou : Extending Swift
   with middleware: example with ClamAV
   



   Upcoming Events

 * OpenStack Mini-Conf at Linux Conf Australia
   Jan 29, 2013
   – Canberra, Australia Details
   
 * Chicago-land Open “Stackers”, Lets Meet!
    Jan
   31, 2013 – Chicago, IL Details
   
 * OpenStack da zero
   
   Jan 31

Re: [Openstack] What scheduler should be used while using availability_zones

2013-01-25 Thread Syed Armani
On 25-01-2013 17:45, Belmiro Moreira wrote:
> Hi,
> "SimpleScheduler" is deprecated in Folsom and it only covers volume 
> scheduling.
> In Folsom use the "FilterSchedule" and make sure you have the filter 
> AvailabilityZones enabled.
>
> Belmiro
>
>
> On Jan 25, 2013, at 7:52 AM, Balamurugan V G  wrote:
>
>> Hi,
>>
>> I have two compute nodes in my setup each one is separate zones. I am using 
>> the following setting in the nova.conf.
>>
>>  scheduler_driver=nova.scheduler.simple.SimpleScheduler
>>
>> But when I launch instance and specify a zone, i still see that some times 
>> it creates the instance in the wrong zone. Could this be due to the 
>> scheduler? What scheduler should I use for this?
>>
>> I want a deterministic way to create instances in specific zones.
>>
>> Thanks,
>> Balu
>> ___
>> 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
Hey there,

You can take a reference from here
http://docs.openstack.org/developer/nova/devref/filter_scheduler.html

Cheers,
Syed

___
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] Name it Hood!

2013-01-25 Thread Syed Armani

  
  
On 25-01-2013 17:21, Razique Mahroua
  wrote:


  
  Good to know Monty,
  indeed, this is a kick-ass mountain : 
  http://goo.gl/yFStZ
  
  
  
  
  

  Razique Mahroua - Nuage & Co
razique.mahr...@gmail.com
Tel :
+33 9 72 37 94 15
  
  



  Le 24 janv. 2013 à 20:50, Monty Taylor 
a écrit :
  
  Hey all!

Here's my pitch for Hood:

a) It's the tallest mountain in Oregon, and honestly, it's a
pretty
kick-ass mountain in general
b) Being in the pacific northwest, the mountain itself is
quite
regularly in the clouds. That's gotta count for something.
c) It's actually a volcano.
d) Mount Hood is CLEARLY an Oregon thing. Havana is clearly
a town in
Cuba. (We should have a design summit in cuba!!!)
e) Harbor is super-problematic because of the US/UK clash in
spelling.
Half of us will spell it wrong no matter what.
f) Hood is only 4 letters. Think about that when you think
about typing
hatfield a lot. Also, if we name it hatfield, we're going to
have to
have the M summit somewhere that has a town called McCoy.
g) I'll buy you a beer at the summit if you vote for Hood.

Monty

___
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 Hood, H !!! 

+1

Cheers,
Syed
  

___
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] Folsom - Cinder error

2013-01-25 Thread AK Sathiya

Hi folks, I am trying to setup Cinder in Openstack Folsom on Centos and I am 
getting the following error when try to list the cinder volumes.
 
ERROR: The server has either erred or is incapable of performing the requested 
operation. (HTTP 500) (Request-ID: req-bb6ea248-a337-4857-af3f-8604930aae38)
 
Cinder api log show the following.
 
2013-01-25 14:50:56 INFO cinder.api.openstack.wsgi 
[req-bb6ea248-a337-4857-af3f-8604930aae38 631f556d66694a428252a6530b0f5468 
789f60d6c7b746ef9cde9ee84161a5f8] GET 
http://127.0.0.1:8776/v1/789f60d6c7b746ef9cde9ee84161a5f8/volumes/detail
2013-01-25 14:50:56 DEBUG cinder.api.openstack.wsgi 
[req-bb6ea248-a337-4857-af3f-8604930aae38 631f556d66694a428252a6530b0f5468 
789f60d6c7b746ef9cde9ee84161a5f8] Unrecognized Content-Type provided in request 
get_body /usr/lib/python2.6/site-packages/cinder/api/openstack/wsgi.py:695
2013-01-25 14:50:56 ERROR cinder.api.openstack 
[req-bb6ea248-a337-4857-af3f-8604930aae38 631f556d66694a428252a6530b0f5468 
789f60d6c7b746ef9cde9ee84161a5f8] Caught error: 'RequestContext' object has no 
attribute 'service_catalog'
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack Traceback (most recent 
call last):
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/cinder/api/openstack/__init__.py", line 78, 
in __call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return 
req.get_response(self.application)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/request.py", line 
1053, in get_response
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack application, 
catch_exc_info=False)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/request.py", line 
1022, in call_application
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack app_iter = 
application(self.environ, start_response)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/dec.py", line 
159, in __call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return resp(environ, 
start_response)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/keystone/middleware/auth_token.py", line 278, 
in __call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return self.app(env, 
start_response)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/dec.py", line 
159, in __call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return resp(environ, 
start_response)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/dec.py", line 
159, in __call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return resp(environ, 
start_response)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/Routes-1.12.3-py2.6.egg/routes/middleware.py",
 line 131, in __call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack response = 
self.app(environ, start_response)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/dec.py", line 
159, in __call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return resp(environ, 
start_response)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/dec.py", line 
147, in __call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack resp = 
self.call_func(req, *args, **self.kwargs)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/dec.py", line 
208, in call_func
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return self.func(req, 
*args, **kwargs)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/cinder/api/openstack/wsgi.py", line 801, in 
__call__
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack content_type, body, 
accept)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/cinder/api/openstack/wsgi.py", line 849, in 
_process_stack
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack action_result = 
self.dispatch(meth, request, action_args)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/cinder/api/openstack/wsgi.py", line 924, in 
dispatch
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return 
method(req=request, **action_args)
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack   File 
"/usr/lib/python2.6/site-packages/cinder/api/openstack/volume/volumes.py", line 
243, in detail
2013-01-25 14:50:56 24328 TRACE cinder.api.openstack return 
self._items(re

Re: [Openstack] [Sheepdog][Libvirt][Qemu]Add a new block storage driver by Libvirt/Qemu way for Openstack

2013-01-25 Thread MORITA Kazutaka
At Fri, 25 Jan 2013 19:05:06 +0800,
harryxiyou wrote:
> 
> On Sat, Jan 19, 2013 at 10:04 PM, MORITA Kazutaka
>  wrote:
> [...]
> > If you do the above work, I think you can use your file system with
> > OpenStack.
> >
> > But I suggest doing them step by step.  If your file system is not
> > supported in QEMU, I think libvirt won't support it.  If libvirt
> > doesn't support it, OpenStack shouldn't support it too.
> >
> 
> Hi Mortita,
> 
> If i just wanna test sheepdog driver in Libvirt separately(without
> QEMU and Openstack),
> how should i do this job. You can suppose i wanna test if sheepdog
> driver, you add, is
> working well in Libvirt. Could you please give me some suggestions?
> Thanks in advance ;-)

Libvirt documentation contains an example XML format for Sheepdog.
  http://libvirt.org/formatdomain.html#elementsDisks

You're CCing too many lists which is not appropriate for your
question.  Please ask Sheepdog questions in Sheepdog users mailing
list.
  sheepdog-us...@lists.wpkg.org

Thanks,

Kazutaka

___
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] Ephemeral and Root Disk

2013-01-25 Thread Alex Vitola
When I install a virtual machine using one of the following flavor's
device /dev/vda (Ubuntu or Redhat)is created in the Ephemeral.

That this correct? should not be at the Root?

By default the value is 0 Ephemeral, but had to switch to 5G. If he
does not think to 0 no disc.

Note: Instance created by dashboard

++---+---+--+---+--+---+-+---+-+
| ID | Name  | Memory_MB | Disk | Ephemeral | Swap | VCPUs |
RXTX_Factor | Is_Public | extra_specs |
++---+---+--+---+--+---+-+---+-+
| 1  | m1.tiny   | 512   | 0| 5 |  | 1 | 1.0
  | True  | {}  |
| 2  | m1.small  | 2048  | 20   | 5 |  | 1 | 1.0
  | True  | {}  |
| 3  | m1.medium | 4096  | 40   | 5 |  | 2 | 1.0
  | True  | {}  |
| 4  | m1.large  | 8192  | 80   | 5 |  | 4 | 1.0
  | True  | {}  |
| 5  | m1.xlarge | 16384 | 160  | 5 |  | 8 | 1.0
  | True  | {}  |
++---+---+--+---+--+---+-+---+-+

My Libvirt.xml

--Ephemeral Disk /dev/vdb --

  
  
  


-- Volume Disk /dev/vda --

  
  
  


___
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] What scheduler should be used while using availability_zones

2013-01-25 Thread Belmiro Moreira
Hi,
"SimpleScheduler" is deprecated in Folsom and it only covers volume scheduling.
In Folsom use the "FilterSchedule" and make sure you have the filter 
AvailabilityZones enabled.

Belmiro


On Jan 25, 2013, at 7:52 AM, Balamurugan V G  wrote:

> Hi,
> 
> I have two compute nodes in my setup each one is separate zones. I am using 
> the following setting in the nova.conf.
> 
>  scheduler_driver=nova.scheduler.simple.SimpleScheduler
> 
> But when I launch instance and specify a zone, i still see that some times it 
> creates the instance in the wrong zone. Could this be due to the scheduler? 
> What scheduler should I use for this?
> 
> I want a deterministic way to create instances in specific zones.
> 
> Thanks,
> Balu
> ___
> 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] Problem with VNC on compute node

2013-01-25 Thread Razique Mahroua
mmm I don't think the flag is deprecated actually, you should still be able to use it.Regards,
Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15

Le 25 janv. 2013 à 04:11, Wangpan  a écrit :I can not find the config 'novncproxy_port' in folsom, I think this may be deprecated. 2013-01-25Wangpan发件人:John Barbee发送时间:2013-01-25 11:02主题:Re: [Openstack] Problem with VNC on compute node收件人:"Wangpan"抄送:"longeek","openstack" Is the novncproxy_port=6080 important when it is not the default VNC port?  -- Thanks, John  On Jan 24, 2013, at 9:45 PM, Wangpan  wrote:  > novncproxy_port=6080 ___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] Name it Hood!

2013-01-25 Thread Razique Mahroua
Good to know Monty,indeed, this is a kick-ass mountain : http://goo.gl/yFStZ
Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15

Le 24 janv. 2013 à 20:50, Monty Taylor  a écrit :Hey all!Here's my pitch for Hood:a) It's the tallest mountain in Oregon, and honestly, it's a prettykick-ass mountain in generalb) Being in the pacific northwest, the mountain itself is quiteregularly in the clouds. That's gotta count for something.c) It's actually a volcano.d) Mount Hood is CLEARLY an Oregon thing. Havana is clearly a town inCuba. (We should have a design summit in cuba!!!)e) Harbor is super-problematic because of the US/UK clash in spelling.Half of us will spell it wrong no matter what.f) Hood is only 4 letters. Think about that when you think about typinghatfield a lot. Also, if we name it hatfield, we're going to have tohave the M summit somewhere that has a town called McCoy.g) I'll buy you a beer at the summit if you vote for Hood.Monty___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


[Openstack] keystone-grizzly-2

2013-01-25 Thread Mballo Cherif
Hi everybody !


Are grizzly-2 packages released for 12.04 LTS?



Thanks!



Sherif!
___
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] [Sheepdog][Libvirt][Qemu]Add a new block storage driver by Libvirt/Qemu way for Openstack

2013-01-25 Thread harryxiyou
On Sat, Jan 19, 2013 at 10:04 PM, MORITA Kazutaka
 wrote:
[...]
> If you do the above work, I think you can use your file system with
> OpenStack.
>
> But I suggest doing them step by step.  If your file system is not
> supported in QEMU, I think libvirt won't support it.  If libvirt
> doesn't support it, OpenStack shouldn't support it too.
>

Hi Mortita,

If i just wanna test sheepdog driver in Libvirt separately(without
QEMU and Openstack),
how should i do this job. You can suppose i wanna test if sheepdog
driver, you add, is
working well in Libvirt. Could you please give me some suggestions?
Thanks in advance ;-)

PS: Your patch for Libvirt can be seen here:
http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=036ad5052b43fe9f0d197e89fd16715950408e1d



-- 
Thanks
Harry Wei

___
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] unable to install Keystone using apt-get

2013-01-25 Thread Trinath Somanchi
Hi stackers-

I was struck installing Keystone using apt-get

I get this error

root@FolsomController:~#
root@FolsomController:~# apt-get install keystone
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
  openvswitch-switch fakeroot python-quantumclient python-quantum
python-mox dkms openvswitch-datapath-dkms quantum-common openvswitch-common
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  keystone
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
Need to get 0 B/15.5 kB of archives.
After this operation, 127 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package keystone.
(Reading database ... 170685 files and directories currently installed.)
Unpacking keystone (from
.../keystone_2012.1+stable~20120824-a16a0ab9-0ubuntu2.3_all.deb) ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up keystone (2012.1+stable~20120824-a16a0ab9-0ubuntu2.3) ...
Traceback (most recent call last):
  File "/usr/local/bin/keystone-manage", line 4, in 
import pkg_resources
  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 2807, in


  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 594, in resolve
def find_plugins(self,
pkg_resources.DistributionNotFound: keystone==2013.1
dpkg: error processing keystone (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 keystone
E: Sub-process /usr/bin/dpkg returned an error code (1)

Please help me troubleshoot this issue.

-


-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
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] Name it Hood!

2013-01-25 Thread Monty Taylor


On 01/25/2013 12:54 PM, Thomas Goirand wrote:
> On Fri Jan 25 2013 06:29:32 AM CST, Monty Taylor  wrote:
>>> f) Hood is only 4 letters. Think about that when you think about typing
>>> hatfield a lot. Also, if we name it hatfield, we're going to have to
>>> have the M summit somewhere that has a town called McCoy.
> 
> Oh! I didn't realized that was the reason why the
> next summit will be in Gortland ;)

Oh dear god. PLEASE let the next summit be in a place called Gortland.

>>> g) I'll buy you a beer at the summit if you vote for Hood.
> 
> And will you also sign my PGP key? These go 2gether!

Only if you can prove to my satisfaction that you are, actually, Thomas
Goirand. :)

___
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] Name

2013-01-25 Thread Atul Jha
Hi,


Personally, Havana got my vote….


+1



Cheers!!

Atul Jha
http://www.csscorp.com/common/email-disclaimer.php

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