[Openstack] Fwd: How should I spawn an instance using ceph

2016-04-04 Thread yang sheng
Hi Tom thanks for your reply! what do you mean by "usernames for CephX don't match" ? I checked my configuration files and updated ceph user permission. In my deployment, I defined 2 pools in my ceph cluster, imagesliberty and volumesliberty. Now I granted full access for both users(glanceliber

[Openstack] no force_config_drive option?

2016-04-04 Thread yang sheng
Hi All I deployed openstack with 4 nodes (2 controllers and 2 compute nodes). Based on the neutron deployment scenario documentation ( http://docs.openstack.org/liberty/networking-guide/scenario-provider-lb.html), i used provider networks with linux bridge. It mentioned that I should use the confi

Re: [Openstack] no force_config_drive option?

2016-04-04 Thread yang sheng
Hi Kaustubh thanks for your help and it works. On Mon, Apr 4, 2016 at 11:15 AM, Kaustubh Kelkar < kaustubh.kel...@casa-systems.com> wrote: > A Quick online search yielded this: > https://bugs.launchpad.net/nova/+bug/1507516 > > > Can you try "True" instead? > > > -Kaustubh > > -

Re: [Openstack] no force_config_drive option?

2016-04-04 Thread Kaustubh Kelkar
A Quick online search yielded this: https://bugs.launchpad.net/nova/+bug/1507516 Can you try "True" instead? -Kaustubh From: yang sheng Sent: Monday, April 4, 2016 10:45 AM To: openstack@lists.openstack.org Subject: [Openstack] no force_config_drive option? H

Re: [Openstack] no force_config_drive option?

2016-04-04 Thread Matthew Thode
On 04/04/2016 09:45 AM, yang sheng wrote: > Hi All > > I deployed openstack with 4 nodes (2 controllers and 2 compute nodes). > Based on the neutron deployment scenario documentation > (http://docs.openstack.org/liberty/networking-guide/scenario-provider-lb.html), > i used provider networks with l

[Openstack] Swift accounts and container replication

2016-04-04 Thread Carlos Rodrigues
Hi, I have two regions nodes of swift, geographically dispersed, and i have storage policies for both regions.  How can i do to replicate the accounts and containers between two regions? Regards, -- Carlos Rodrigues Engenheiro de Software Sénior Eurotux Informática, S.A. | www.eurotux.com (

[Openstack] Image as Volume Source - Bootable volume issue

2016-04-04 Thread Jagga Soorma
Hi Guys, When creating a bootable volume (volume source - image) within horizon ui by pointing it to one of our images we are getting a Error status without any further details. However, when I try to do the same thing with a cirros image that was downloaded from a external source it works just f

Re: [Openstack] Image as Volume Source - Bootable volume issue

2016-04-04 Thread Erdősi Péter
Hy there, 2016. 04. 05. 1:51 keltezéssel, Jagga Soorma írta: This leads me to believe that there is something missing within our qcow CentOS 7.x images. Is there something that we need to do to our images so that it can be deployed as a bootable volume? 2 things crossed my mind while reading

Re: [Openstack] Image as Volume Source - Bootable volume issue

2016-04-04 Thread Jagga
Ahh. Looks like it is the disk size. It starts working at 5GB. Is this a CentOS thing then instead of how the image creation works. Thanks. > On Apr 4, 2016, at 5:10 PM, Erdősi Péter wrote: > > Hy there, > > 2016. 04. 05. 1:51 keltezéssel, Jagga Soorma írta: >> This leads me to believe tha

Re: [Openstack] Disable Disaster Recovery tab in Horizon

2016-04-04 Thread Matthias Runge
On 02/04/16 22:34, Fausto Marzi wrote: > Hi Jagga, > > The web ui can be disabled by removing the following file > _0750_freezer.py, an example in devstack would be: > > rm /opt/stack/horizon/openstack_dashboard/enabled/_7050_freezer.py > > You should insert into that file: DISABLED = True an