Re: [Openstack] Running Xen VMs on Openstack

2015-05-21 Thread Girija Sharan
Hi, You are right Robson. I tried to convert XVA to Qcow2, it was successful but when I launched VM on KVM, it was not booting. Then I converted OVF/OVA to Qcow2, and this time when I launched it in KVM, it came up successfully. I don't have any clue why it didn't worked with XVA format ? On Fri

[Openstack] Multiple private nets and routing

2015-05-21 Thread Dmitry Makovey
Hi, I am setting up replica of my real-world deployment in terms of networks within single instance of OpenStack. For that I have to create 3 networks (1 for each tier): web, middleware, db. I have created those networks successfully then I've added the routers between respective networks, yet my

Re: [Openstack] In Icehouse on CentOS 7.1, openstack_auth.user.Token is not JSON serializable

2015-05-21 Thread David Talmage
On Thursday, May 21, 2015 09:02:41 PM Matthias Runge wrote: > On 21/05/15 20:35, David Talmage wrote: > > ... > > openstack_auth.user.Token is not JSON serializable. > > ... > ... > Make sure, you have > SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer' > > in your openst

[Openstack] horizon: unable to connect to neutron notification

2015-05-21 Thread Lohit Valleru
Hello all, I get this notification on openstack dashboard when i create an instance, or when i click on the instances tab.(after creating an instance). "unable to connect to neutron" with the following in the log. ERROR openstack_dashboard.api.neutron Even though, i have enabled log level to

Re: [Openstack] horizon: unable to connect to neutron notification

2015-05-21 Thread Lohit Valleru
Also, i see this error : "Unable to retrieve floating ip addresses", when i click on overview, or when i login to horizon. I believe this is because, i am using a flat network and i have not enabled l3 agent, since i do not need one. I believe, that the above issue "unable to connect to neutron",

Re: [Openstack] Running Xen VMs on Openstack

2015-05-21 Thread Robson Ramos Barreto
Sure But, The *qemu-img convert* command can do conversion between multiple formats, including qcow2, QED, raw, VDI (VirtualBox), VHD (Hyper-V), and VMDK (VMware). Table 7.1. qemu-img format strings Image format Argument to qemu-img qcow2 (KVM, Xen) qcow2 QED (KVM) qed raw raw VDI (VirtualBox) vdi

Re: [Openstack] In Icehouse on CentOS 7.1, openstack_auth.user.Token is not JSON serializable

2015-05-21 Thread Matthias Runge
On 21/05/15 20:35, David Talmage wrote: I'm having a problem making Icehouse horizon work on CentOS 7.1. I think it's related to a bug in Django 1.6. When I log in as user "admin", I'm greeted by a Python stack dump and the complaint that openstack_auth.user.Token is not JSON serializable. How

Re: [Openstack] Can't login dashbroad with RDO installation

2015-05-21 Thread Matthias Runge
On 21/05/15 11:56, Salman Khan wrote: Hi Matthias, I still have to clear the cache whenever session expires. Its still not fixed. [root@ctr-rdo-kilo #] rpm -q python-django-openstack-auth python-django-openstack-auth-1.2.0-2.el7.noarch Yes, I'm sorry. I realized this yesterday in the afterno

Re: [Openstack] Running Xen VMs on Openstack

2015-05-21 Thread Girija Sharan
Hi Robson, Thank you for your pointers, but I have already explored them and this is not what I am looking for. To convert to qcow2 format using qemu-img convert, I have to have corresponding .img files of each VM. But I have running Xen Server VMs but not their .img files. Because of this how can

Re: [Openstack] Running Xen VMs on Openstack

2015-05-21 Thread Girija Sharan
Hi Bob, Thanks for your early response, but I have no other options than running Xen Server VMs on KVM, as this is requirement for my team. We don't want to launch new VMs on KVM, instead our need is to migrate running Xen Server VMs as it is on KVM. For this I am trying to convert Xen Server imag

Re: [Openstack] Running Xen VMs on Openstack

2015-05-21 Thread Robson Ramos Barreto
Hi Girija, I think that you can convert image files from XenServer to KVM (qcow2): http://docs.openstack.org/image-guide/content/ch_converting.html Then you can create the image manually: http://docs.openstack.org/image-guide/content/ch_creating_images_manually.html You can also looking at: http

[Openstack] In Icehouse on CentOS 7.1, openstack_auth.user.Token is not JSON serializable

2015-05-21 Thread David Talmage
I'm having a problem making Icehouse horizon work on CentOS 7.1. I think it's related to a bug in Django 1.6. When I log in as user "admin", I'm greeted by a Python stack dump and the complaint that openstack_auth.user.Token is not JSON serializable. How do I fix this and/or work around it?

Re: [Openstack] Running Xen VMs on Openstack

2015-05-21 Thread Bob Ball
Hi Girija, I can’t help with converting XenServer VMs to KVM but can I ask why running XenServer under your OpenStack cloud isn’t considered an option? Clearly there are some differences with VM setup (e.g. the VM may be set up to use a specific disk name which won’t be present if you move to u

[Openstack] Setting up Neutron LBaaS v2 with Kilo release

2015-05-21 Thread Tom Verdaat
Hi all, Had LBaaS working just fine with Juno but the same configuration doesn't seem to work on the new Kilo release on Ubuntu 14.04. Unfortunately I can't seem to find any documentation on how to configure LBaaSv2 on a regular deployment (e.g. not DevStack). So what is the proper way to set up

Re: [Openstack] Can't login dashbroad with RDO installation

2015-05-21 Thread Salman Khan
Hi Matthias, I still have to clear the cache whenever session expires. Its still not fixed. [root@ctr-rdo-kilo #] rpm -q python-django-openstack-auth python-django-openstack-auth-1.2.0-2.el7.noarch On Thu, May 21, 2015 at 1:48 AM, Wilson Kwok wrote: > Hi Matthoas, > > No need now. > 於 2015/5

Re: [Openstack] [Neutron] DVR - mac-addr on br-int times out - bug ?

2015-05-21 Thread Backhausen, Matthias
Hi, yes we test it w/o DVR and it runs performant, no problems. We doublechecked the configuration and think its configured as suggested. On more thing; changing the mac-aging-timer for example to 30 seconds leads to performance problem after exactly 30 seconds (instead of default 300 secs).