Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-23 Thread Eugen Block
Hi Can I run "su -s /bin/sh -c "keystone-manage db_sync" keystone" without loosing any data (current users, roles, permissions, etc)?? I wouldn't guarantee that nothing happens to your database (if you're unsure make a backup), but I have executed this command without any impact on my dat

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-23 Thread magicb...@hotmail.com
Hi yes, I've configured Horizon to use V3 identity endpoint. And after applying latests updates from liberty, everything works as expected (v2 o v3), so I guess it was some kind of bug Thanks for your help. J. On 23/05/16 09:44, Eugen Block wrote: Hi Can I run "su -s /bin/sh -c "keysto

Re: [Openstack] [Swift] Unexplained 404s

2016-05-23 Thread Shrinand Javadekar
Thanks John, Mark, I'll try these steps. If objects are placed on different devices than the computed ones, they will be unavailable until the replication places them at the correct location. And this could take a really long time. Is that right? -Shri On Fri, May 20, 2016 at 4:53 PM, Mark Kirk

[Openstack] cleanup hypervisor after nova evacuate

2016-05-23 Thread yang sheng
Hi I am running openstack liberty on Centos 7 using KVM and ceph backend and testing the nova evacuation function. After booting vms with bootable volume, I shutdown the hypervisor A. With "Nova evacuate" command, instances were moved to hypervisor B successfully. Then I booted the hypervisor A

Re: [Openstack] [Swift] Unexplained 404s

2016-05-23 Thread Clay Gerrard
On Mon, May 23, 2016 at 1:49 PM, Shrinand Javadekar wrote: > > If objects are placed on different devices than the computed ones, > they will be unavailable until the replication places them at the > correct location. This part doesn't sound quite right to me, but the transaction logs will tell

Re: [Openstack] add new ports to port mirror

2016-05-23 Thread Kaustubh Kelkar
Ah, so you want to add to an existing port mirror. I had presumed you would delete the existing one and re-create a new dummy port to mirror traffic from the two ports. Anyway, here’s how I would go (from scratch): 1) Create a dummy interface ip link add name sniff0 type dummy ip link se

Re: [Openstack] add new ports to port mirror

2016-05-23 Thread Priyanka
Hey, Thanks a lot for such a detailed explanation. Regards, Priyanka On Tuesday 24 May 2016 09:59 AM, Kaustubh Kelkar wrote: Ah, so you want to add to an existing port mirror. I had presumed you would delete the existing one and re-create a new dummy port to mirror traffic from the two port