Re: [Openstack] IPv6 support for Swift

2015-03-26 Thread Kuo Hugo
https://github.com/openstack/swift/search?utf8=%E2%9C%93&q=ipv6 I think yes according to the codes. Let me know if this information is enough for you or not. Thanks // Hugo 2015-03-26 21:03 GMT+08:00 Kotwani, Mukul : > Folks, > > I just wanted to check on the status of IPv6 support for Swift.

Re: [Openstack] [Swift] XFS extended attribute performance

2015-03-26 Thread Shrinand Javadekar
Thanks for the reply Sam. Some comments below. > Maybe(TM). It depends on your workload. When you make inodes bigger, fewer > of them fit in the kernel's buffer cache, possibly resulting in more work. > On the other hand, when you make them smaller, then you always get xattrs > spilled to extents.

[Openstack] [nova][stable][OSSA 2015-005] Nova console Cross-Site WebSocket hijacking (CVE-2015-0259)

2015-03-26 Thread Jeremy Stanley
On 2015-03-26 14:29:03 -0400 (-0400), Lars Kellogg-Stedman wrote: [...] > The solution, of course, is to make sure that the value of > novncproxy_base_url is set explicitly where the nova-novncproxy > service is running. This is a bit of a hack, since the service > *really* only cares about the pro

Re: [Openstack] [OSSA 2015-005] Nova console Cross-Site WebSocket hijacking (CVE-2015-0259)

2015-03-26 Thread Lars Kellogg-Stedman
On Fri, Mar 13, 2015 at 01:46:43PM -0400, Tristan Cacqueray wrote: > - This fix is included in 2014.1.4 (icehouse) release and it will be included > in the kilo-3 development milestone and in the future 2014.2.3 (juno) > release. Something that should be noted here (and possibly more prominent

Re: [Openstack] Cant login Horizon

2015-03-26 Thread James Fleet
Hello Wilson, One of the things you can check is your apache error logs to see if you have proper permissions. Then if that is the case review the rabbitmq logs and see if the services are able to log into the controller and are you logging in as guest. Also were you able to change the rabbitmq g

Re: [Openstack] Cant login Horizon

2015-03-26 Thread Uwe Sauter
Take a look into the Horizon log files, probably under /var/log/horizon. Also make sure that Keystone is running and can be reached from Apache. Am 26.03.2015 um 17:14 schrieb Wilson Kwok: > Hi all, > > I just installed Horizon and I can see login page, but can't login with admin > account, pl

[Openstack] Cant login Horizon

2015-03-26 Thread Wilson Kwok
Hi all, I just installed Horizon and I can see login page, but can't login with admin account, please see attached screenshot for error information. Thanks ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : ope

[Openstack] IPv6 support for Swift

2015-03-26 Thread Kotwani, Mukul
Folks, I just wanted to check on the status of IPv6 support for Swift. Is it currently supported, and are there Swift IPv6 installations out there today? Thanks, Mukul ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post

Re: [Openstack] How specify image api version at server side?

2015-03-26 Thread Mohammed Naser
Hi there, I would also suggest that you run the `glance` command with the --debug flag.   It will give you full details on how to recreate the request, I suspect when you’re forcing the API version, you’re getting a URL that’s not quite right. Regardless, it should give you more insight and

Re: [Openstack] How specify image api version at server side?

2015-03-26 Thread Lars Kellogg-Stedman
On Wed, Mar 25, 2015 at 09:26:43PM -0700, Su Zhang wrote: > Thanks for your response Lars! > I checked the log, however it is an empty file. > I've already specify "use_syslog = True" in glance-api.conf. > > but here is what I've seen > su@ubuntu:/opt/stack/glance/glance$ cat /var/log/glance/api.l

Re: [Openstack] nova kvm libgfapi

2015-03-26 Thread Pedro Serotto
No one has a good hint ?  Thanks again. P. El Martes 24 de marzo de 2015 15:49, Pedro Serotto escribió: Hello everyone,I would be sure that my VM use libgfapi to access the storage . I put this directive into nova.conf of my compute nodes : qemu_allowed_storage_drivers = gluster I

Re: [Openstack] How specify image api version at server side?

2015-03-26 Thread Uwe Sauter
Hi Su, if you configured use_syslog=True then this probably will only log to Syslog (e.g. /var/log/messages). You should set this to False to get back /var/log/glance/api.conf Regards, Uwe Am 26.03.2015 um 05:26 schrieb Su Zhang: > Thanks for your response Lars! > I checked the log,