[Openstack] Dashboard/horizon PRODUCTION bug

2013-01-09 Thread Sina Sadeghi
I just upgraded the openstack-dashboard we are using to the latest version provided by Ubuntu Cloud Archive. There were multiple bugs causing "Internal Server Error" which I had to patch manually to rectify, I couldn't see anyone reporting the same err

Re: [Openstack] Need Help

2013-01-09 Thread Umar Draz
HI Stefano, Thanks for your long help, Please take your time. I'll wait your response Best Regards, Umar On Thu, Jan 10, 2013 at 3:39 AM, Stefano Zanella wrote: > Hi Umar, > I'm sorry again but I'm approaching a deadline on next Tuesday, so I've > little for anything. > I'd like to reproduce

Re: [Openstack] Disabling NAT

2013-01-09 Thread Jian Wen
On 2013年01月09日 23:05, Joe Warren-Meeks wrote: > Hi Jian, > > Firstly, thanks for your time helping me with this, it is much > appreciated. > > I've probably misunderstood your answer, but currently whenever a new > instance is booted or a floating IP is added or removed, the SNAT rule > I want remo

Re: [Openstack] OpenSTack's PaaS Integration Discussion

2013-01-09 Thread Frans Thamura
the URL that you give is the "binary" the stackato in .com in my mind is for deployment to create a cloudfoundry.com like this thread related to cf.org F On Thu, Jan 10, 2013 at 7:16 AM, Diane Mueller wrote: > Frans, > > > All our release notes are found here: > http://docs.stackato.com/refere

Re: [Openstack] OpenSTack's PaaS Integration Discussion

2013-01-09 Thread Diane Mueller
Frans, All our release notes are found here: http://docs.stackato.com/reference/release-notes.html You can go to http://www.activestate.com/stackato/get_stackato to get the latest VMs I'm currently testing on a number of OpenStack deployments at customer sites and have had no issues so far. If

Re: [Openstack] OpenStack Java SDK

2013-01-09 Thread Frans Thamura
hi Antonio talking Java SDK. is there OpenSTack on the Net, that we can use, to test this SDK? I love to invest in this tools, esp we are working with Java education program here F On Thu, Jan 10, 2013 at 6:51 AM, Antonio Manuel Muñiz Martín wrote: > Hello all. > > We are working with OpenSta

Re: [Openstack] Wikipedia page

2013-01-09 Thread Caitlin Bestler
I think the Swift description would be improved by changing: Objects and files are written to multiple disk drives spread throughout ... To Objects are written as files to multiple disk drives spread throughout ... "Objects and files" almost sounds as though they are different

[Openstack] OpenStack Java SDK

2013-01-09 Thread Antonio Manuel Muñiz Martín
Hello all. We are working with OpenStack Java SDK [1] since some months ago. Now we need to use it with Folsom. After a look on master branch we decided to keep us in the stable branch, because the project has no release policy, no tags... Said this, we've done some changes in stable Essex branch

Re: [Openstack] OpenSTack's PaaS Integration Discussion

2013-01-09 Thread Frans Thamura
On Thu, Jan 10, 2013 at 6:46 AM, Diane Mueller wrote: > Frans, > > Stackato is a fork of Cloud Foundry (and API compatible) but it's > distributed as a VM, so you don't have to deal with BOSH. still learning your positoning product ;) if you can explain how the fork manage and how it work and al

Re: [Openstack] OpenSTack's PaaS Integration Discussion

2013-01-09 Thread Diane Mueller
Frans, Stackato is a fork of Cloud Foundry (and API compatible) but it's distributed as a VM, so you don't have to deal with BOSH. It's just a matter of importing that VM into OpenStack, then building your PaaS cluster. We don't currently make a Hyper-V native VM image of Stackato available - is

Re: [Openstack] Wikipedia page

2013-01-09 Thread Stefano Maffulli
On 01/07/2013 12:28 PM, Stefano Maffulli wrote: I can lead this task. Please join me on IRC #openstack-community (I'm reed) to coordinate efforts. I gave a first pass at improving the page. It looks better, it now has links, references and is more up to date. Please have a look at it and keep

[Openstack] OpenSTack's PaaS Integration Discussion

2013-01-09 Thread Frans Thamura
hi all we are using OpenShift and CloudFoundry, and hope can find another PaaS s/w . There are several private chat between me and several OpenStack USer Group LEader related to OpenStack+CF integration issue, and also there are several discussion bosh-user in CF and we are also see the OpenStac

Re: [Openstack] Need Help

2013-01-09 Thread Stefano Zanella
Hi Umar, I'm sorry again but I'm approaching a deadline on next Tuesday, so I've little for anything. I'd like to reproduce your environment on my test system (it's not too distant from yours), so I can give you an accurate response. I'll keep you updated ASAP. Thanks for patience. Regards, Ste

Re: [Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-09 Thread Sébastien Han
Moving instances from project to project is not possible however what you can do is (safe way): - as an admin user - snapshot the image from env 1 - grab the snapshotted file from your glance store - import the snapshot into glance - make the image public - run the snapshot from env 2 - enjoy! Ch

Re: [Openstack] [openstack-community] Calling all user group and meetup organizers

2013-01-09 Thread Tim Horgan
Hi Séan, I run the OpenStack Ireland meetup group, just wondering if your meeting is targeting only groups in the East Coast of the USA? Kind Regards, Tim On 9 Jan 2013, at 00:54, Sean Roberts wrote: > We are going to have a planning meeting on Tuesday, 15 Jan 2012 11:00am to > 1:00pm PST. R

Re: [Openstack] Strange issue during live migration

2013-01-09 Thread Narayanan, Krishnaprasad
Hi Yuan, Thanks for the response. I had missed to set the vncserver_listen to 0.0.0.0 and that fixed the problem for me. Unfortunately, I couldn't try any of the methods suggested by you as setting the vncserver_listen solved the problem. Regards Krishnaprasad From: Yuan, Ye A [mailto:ye.a.y...

Re: [Openstack] Calling all user group and meetup organizers

2013-01-09 Thread Tim Bell
Sean, Is the aim to provide co-ordination for the OpenStack user groups worldwide ? Ryan, JC and I have been putting together the structure for the OpenStack user committee (as described on the foundation list at http://lists.openstack.org/pipermail/foundation/2012-December/001289.html).

[Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-09 Thread Alex Vitola
I have 2 projects in my environment: ProjectQA1: ID -> 0001 ProjectQA2: ID -> 0002 root@Controller:# keystone tenant-list +-++-+ | id |name| enabled | +-++-+ | 0001| ProjectQA1 | True | | 0002| ProjectQA2 | True |

Re: [Openstack] Disabling NAT

2013-01-09 Thread Vishvananda Ishaya
If you are attempting to stop nova-network from snatting for instances you can very easily do it with conf: routing_source_ip= (set routing_source_ip to none) This will stop the snat for instances. Please note that you will need to provide a gateway through dnsmasq for your instances to reach

Re: [Openstack] Can't ping self public IP address

2013-01-09 Thread Vishvananda Ishaya
I believe that this bug only happens if: a) you have your floating ips on a different interface from your flat ips b) you are using an external gateway for the fixed ips (a custom dnsmasq config file) I've noticed that self-ping also breaks if you have dmz_cidr set to your fixed_range (this isn

Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-09 Thread Shengjie_Min
>If Ganglia has interest in ceilometer data, we can achieve it through a >specific publisher, to put data into Gangalia. @yunhong, So it is more like the approach to CW or Synaps, isn't it? if the monitoring system is interested in the meters from Ceilometer, we can have different publishers to

Re: [Openstack] Quantum Help

2013-01-09 Thread Maru Newby
Hi Mark, Where are you attempting to execute ping against the internal ip from? Based on that guide, the internal ip would only be routable on the compute or network nodes, and it should be possible to ping the VM from either. If you are unable to ping the internal ip from one of those nodes

[Openstack] Quantum Help

2013-01-09 Thread Mark Langanki
All, I have an installation of 3 servers based on the Folsom guide : https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst Following all the way through, I have quantum all configured per the bottom of the doc : Your first VM

Re: [Openstack] devstack on multiple Virtual Machine Nodes

2013-01-09 Thread Syed Armani
Hi Asif, You may want to check this out. http://devstack.org/guides/multinode-lab.html -Syed Armani On Wed, Jan 9, 2013 at 6:28 PM, Muhammad Asif wrote: > Hi All, >Can I run devstack on multiple virtual machines i.e. configuring > one of them as controller node and others as compute nodes.

Re: [Openstack] Disabling NAT

2013-01-09 Thread Jian Wen
On 2013?01?09? 21:58, Joe Warren-Meeks wrote: > Hi guys, > > I've managed to disable NAT by deleting the correct rule. This means > all my instances are properly routable no, which is exactly what I want. > > To do this, I'm using > > iptables -vnL -t nat --line-numbers > > to get the rule number

[Openstack] devstack on multiple Virtual Machine Nodes

2013-01-09 Thread Muhammad Asif
Hi All, Can I run devstack on multiple virtual machines i.e. configuring one of them as controller node and others as compute nodes. Can I configure them just like it works for the multiple hardware nodes? thanks -Asif ___ Mailing list: https://laun

[Openstack] Disabling NAT

2013-01-09 Thread Joe Warren-Meeks
Hi guys, I've managed to disable NAT by deleting the correct rule. This means all my instances are properly routable no, which is exactly what I want. To do this, I'm using iptables -vnL -t nat --line-numbers to get the rule number from the nova-network-snat chain and deleting it using: iptabl

[Openstack] Minutes from the Technical Committee meeting (Jan 8)

2013-01-09 Thread Thierry Carrez
The OpenStack Technical Committee ("TC") met in #openstack-meeting at 20:00 UTC yesterday. Here is a quick summary of the outcome of this meeting: * The TC approved the new policy on Distro & Python 2.6/3.x support: "OpenStack will target its development efforts to latest Ubuntu/Fedora, but will

[Openstack] Can't ping self public IP address

2013-01-09 Thread Dave Pigott
Hi all, I note from https://bugs.launchpad.net/nova/+bug/1096259 that there's an issue that means an instance can't ping it's own public IP address. Does anyone know of a workaround until this gets fixed? Thanks Dave___ Mailing list: https://launchpa

[Openstack] OpenStack mini-conf at Gnunufy.in Pune India 15th Feb, 2013

2013-01-09 Thread Atul Jha
Hi all, OpenStack User Group India will be hosting OpenStack mini-conf at Gnunify(gnunify.in) scheduled on 15th Feb, 2013. http://gnunify.in/2013/event/OpenStack_Mini_Conf We are looking for speakers for the same. We are expecting to have 4-5 talk slots. Let us know with topic you want to pre

[Openstack] [Cinder] Transport Acceleration Support To Cinder Via RDMA (iSER)

2013-01-09 Thread Shlomi Sasson
Hi all, We saw some interest to add iSER (iSCSI over RDMA) support to Cinder. (e.g. http://www.mail-archive.com/openstack@lists.launchpad.net/msg19342.html) iSER can allow 5x faster bandwidth compared to using iSCSI/TCP. For example, over RAM device LUN we got ~1.3GBps Vs. ~5.5GBps (TCP Vs. iSE

Re: [Openstack] Calling all user group and meetup organizers

2013-01-09 Thread Sajid Akhtar
Hello Sean, What kind of input do you expect from local community user group? Curious if you are expecting participants from South Bay OpenStack user group or it's open to worldwide openstack user group? On Wed, Jan 9, 2013 at 6:24 AM, Sean Roberts wrote: > We are going to have a planning meet

Re: [Openstack] Multi-Plugin Support for Quantum (Folsom)

2013-01-09 Thread Trinath Somanchi
Hi Eugene- Thanks for the reply.. I forgot to click reply-all.. now added the mailing list The first doubt was. Like we have agents for core-plugins, how the service-plugin agents differ from these core-plugin agents? One doubt: Will this loadbalance.py be a starting point to write a test serv