[Openstack] swift-proxy: access log not working

2013-01-18 Thread Robert van Leeuwen
Hi, I'm trying to get the access log for the swift-proxy-server working. I'm logging to UDP and the swauth logs are getting there. However the access logs are not created. We are running swift 1.7.5 on Scientific Linux proxy-server.conf [default] log_facility = LOG_LOCAL6 log_udp_host =

Re: [Openstack] Cannot install Cinder doc successfully

2013-01-18 Thread Razique Mahroua
Hi,is python-paramiko installed on your box? Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 18 janv. 2013 à 08:01, harryxiyou harryxi...@gmail.com a écrit :Hi all,I wanna install Cinder docs for reading but i cannot install them accordingto cinder/doc/README.rst.My PC

Re: [Openstack] Cannot install Cinder doc successfully

2013-01-18 Thread harryxiyou
On Fri, Jan 18, 2013 at 4:37 PM, Razique Mahroua razique.mahr...@gmail.comwrote: Hi, Hi Razique, is python-paramiko installed on your box? After i installed python-paramiko, i get the following errors. $ make sphinx-build -b html -d build/doctrees source build/html Making output

[Openstack] [OpenStack][Swift] The server has either erred or is incapable of performing the requested operation

2013-01-18 Thread Sujay M
Hi all, I have set up a proxy node ubuntu at 10.0.2.15 and 4 storage nodes vm[0-3] on 10.0.2.16-19 Each storage node has loop as storage partition /mnt/sdb1/ is mounted When i try to GET an account The server has either erred or is incapable of performing the requested operation root@ubuntu:~#

Re: [Openstack] Cannot install Cinder doc successfully

2013-01-18 Thread harryxiyou
On Fri, Jan 18, 2013 at 4:54 PM, harryxiyou harryxi...@gmail.com wrote: On Fri, Jan 18, 2013 at 4:37 PM, Razique Mahroua razique.mahr...@gmail.com wrote: Hi, Hi Razique, is python-paramiko installed on your box? After i installed python-paramiko, i get the following errors. $ make

Re: [Openstack] Cannot install Cinder doc successfully

2013-01-18 Thread Razique Mahroua
Check all the "Requires" there :)http://osdir.com/ml/scm-fedora-commits/2012-09/msg07730.html Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 18 janv. 2013 à 10:03, harryxiyou harryxi...@gmail.com a écrit :On Fri, Jan 18, 2013 at 4:54 PM, harryxiyou

Re: [Openstack] swift-proxy: access log not working

2013-01-18 Thread Leandro Reox
Yep, you have to configure the proxy logging middleware like this, and if youre logging local you dont need to use the udp logging, you can log locally like this [DEFAULT] section should look like this : log_name = swift-proxy-server log_facility = LOG_LOCAL0 log_level = DEBUG You need to add

Re: [Openstack] Openstack - cinder - volume driver NFS

2013-01-18 Thread Benoit ML
Hello, Thank you for your answers, it's work pretty well :) I can create/delete volume and attach them to a vm. Next time i will look for the format of the file (qcow2 prefered to raw) Plz can you tell me/us when your patch will be release for snapshot ? you base it on qcow2 file ? I can move

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread yang, xing
Hi Harry, If you have questions about EMC volume driver, you can email me. Thanks, Xing On Jan 18, 2013, at 1:29 AM, harryxiyou harryxi...@gmail.com wrote: Hi all, I find they, emc volumes, lvm, Netapp, IBM Svc and Zadara Virtual Private Storage Array, are all use ISCSI to be the bridge

Re: [Openstack] swift-proxy: access log not working

2013-01-18 Thread Robert van Leeuwen
You need to add the proxy-logging filtering to the main pipeline [pipeline:main] pipeline = catch_errors healthcheck cache authtoken swiftauth proxy-logging proxy-server Thx, That was it. Pipeline was missing and I totally looked over it. Seems that putting this is in the pipeline was added

Re: [Openstack] [OpenStack][Swift] The server has either erred or is incapable of performing the requested operation

2013-01-18 Thread Kuo Hugo
Ohla Sujay , Would you please add more information with following items? 1. Dump the ring information 2. The mount point permission 3. execute swift-init all status on all storage node 4. [Question] Why do you use -k option in curl request ? for SSL ? but the endpoint seems without it 5. Does

[Openstack] keystone + LDAP username only with numbers

2013-01-18 Thread Marcelo Mariano Miziara
Hello to everyone. First of all sorry for my bad english.Second, i'm implementing openstack here in my company, and we pretend to use it with ldap integration. I detected a problem when the username is only numbers (in our case we use our ID number to log in):TypeError at /nova/ sequence item

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread harryxiyou
On Fri, Jan 18, 2013 at 8:35 PM, yang, xing xing.y...@emc.com wrote: Hi Harry, If you have questions about EMC volume driver, you can email me. Thanks for your help, that's very kind of you ;-) EMC is not open-source code project, right? And Openstack support EMC by iSCSI way. That is to

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread Huang Zhiteng
For development efforts, it is better to use openstack-dev list instead of this general openstack list. You can also join #openstack-cinder IRC channel in freenode for online discussion with cinder developers. On Jan 18, 2013 9:27 PM, harryxiyou harryxi...@gmail.com wrote: On Fri, Jan 18, 2013

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread yang, xing
Harry, EMC's volume driver (implemented in emc.py) is open source but EMC storage is not. EMC volume driver allows users to provision EMC storage in OpenStack. This is the same case with many other vendor provided drivers. The EMC volume driver that is available currently supports iSCSI

[Openstack] Configure option to block traffic from vm instances to the host network

2013-01-18 Thread Wenhao Xu
Hi, I am wondering is there a configuration option in nova.conf to block the traffic from VM instances to the host network? It seems risky to allow VMs communicating with the host. What I am currently doing is manually inserting a rule in the host's INPUT chain to drop the traffic. Any advice?

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread harryxiyou
On Fri, Jan 18, 2013 at 9:40 PM, Huang Zhiteng winsto...@gmail.com wrote: For development efforts, it is better to use openstack-dev list instead of this general openstack list. You can also join #openstack-cinder IRC channel in freenode for online discussion with cinder developers. Okay, i

Re: [Openstack] Volume driver in Cinder by ISCSI way

2013-01-18 Thread harryxiyou
On Fri, Jan 18, 2013 at 10:13 PM, yang, xing xing.y...@emc.com wrote: Harry, Hi Xing, EMC’s volume driver (implemented in emc.py) is open source but EMC storage is not. EMC volume driver allows users to provision EMC storage in OpenStack. This is the same case with many other vendor

[Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-18 Thread harryxiyou
Hi Morita and other developers, If i add a QEMU/Libvirt driver(the same as Sheepdog volumes driver in Openstack Cinder branch) to let Openstack Cinder support a new block-level storage system, I should change following stuffs, right? 1, Add a driver file to the dir in Openstack Cinder branch(the

Re: [Openstack] keystone + LDAP username only with numbers

2013-01-18 Thread Adam Young
On 01/18/2013 08:18 AM, Marcelo Mariano Miziara wrote: Hello to everyone. First of all sorry for my bad english. Second, i'm implementing openstack here in my company, and we pretend to use it with ldap integration. I detected a problem when the username is only numbers (in our case we use

[Openstack] OpenStack Community Weekly Newsletter (Jan 11 – 18)

2013-01-18 Thread Stefano Maffulli
Highlights of the week My first week at OpenStack http://vmartinezdelacruz.com/my-first-week-at-openstack/ Victoria Martínez de la Cruz http://vmartinezdelacruz.com/ is one of the three interns working on OpenStack under the Outreach Program for Women (OPW –Anne Gentle shared

Re: [Openstack] Cannot install Cinder doc successfully

2013-01-18 Thread Clark Boylan
On Fri, Jan 18, 2013 at 1:39 AM, Razique Mahroua razique.mahr...@gmail.comwrote: Check all the Requires there :) http://osdir.com/ml/scm-fedora-commits/2012-09/msg07730.html *Razique Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel : +33 9 72 37 94 15 Le 18 janv. 2013 à 10:03,

[Openstack] Progress on wiki migration to Mediawiki

2013-01-18 Thread Anne Gentle
Hi all, We did not flip the switch to Mediawiki 12/21 so we could take more time to get the landing page right and improve the macros. As it turns out, there are some CLA infrastructure updates that will correspond nicely with a new timeline. There are three tasks outstanding with assignees: -

Re: [Openstack] Quantum duplicate subnet creation

2013-01-18 Thread Caitlin Bestler
Aaron Rosen wrote: Nova (network) does not support overlapping ip addresses so if you use nova security groups directly this won't work. This should be fixed in G3 using nova security groups with a nova to quantum security group proxy. Until recently nova meta data did not work with

[Openstack] [Swift] Candidate Swift 1.7.6 cut

2013-01-18 Thread John Dickinson
We've cut he milestone-proposed branch for Swift 1.7.6. It's scheduled to be released next Thursday January 24. Please take a look and let us know of any issues you find ASAP. Candidate tarball: http://tarballs.openstack.org/swift/swift-milestone-proposed.tar.gz The full proposed changelog

[Openstack] Do not Repeat Yourself, Try fib!

2013-01-18 Thread Hengqing Hu
Dear list, We all know fibonacci numbers, by adding up 0 and 1 again and again, we finally get a huge number exponential to size of serials of numbers added. Also, we have both seem some kind of code duplication around in some of the openstack projects. The projects might become better, if

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for OpenstackCinder like Sheepdog volumes

2013-01-18 Thread harryxiyou
On Sat, Jan 19, 2013 at 10:57 AM, 张家龙 zhan...@awcloud.com wrote: Maybe,you need to modify the nova/virt/libvirt.xml.template.In our tesing of nova and sheepdog, Hi Zhang jia long, What are the functions of libvirt.xml.template? Currently, we just wanna to add a new block driver(a new one as

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-18 Thread MORITA Kazutaka
At Fri, 18 Jan 2013 22:56:38 +0800, harryxiyou wrote: Hi Morita and other developers, If i add a QEMU/Libvirt driver(the same as Sheepdog volumes driver in Openstack Cinder branch) to let Openstack Cinder support a new block-level storage system, I should change following stuffs, right?

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-18 Thread harryxiyou
On Sat, Jan 19, 2013 at 12:24 PM, MORITA Kazutaka morita.kazut...@gmail.com wrote: At Fri, 18 Jan 2013 22:56:38 +0800, [...] The answer depends on the protocol between QEMU and HLFS. What is used for accessing HLFS volumes from QEMU? Is it iSCSI, NFS, or something else? Actually, we just

[Openstack] QUANTUM: DHCP issue with dnsmasq starting on network node under Folsom release on Ubuntu 12.04-1

2013-01-18 Thread Ivan
Hi all, I've hit a brick wall trying to get the dnsmasq process to bind correctly and get itself ready to answer bootp/dhcp broadcasts. Any ideas appreciated, please note this is Ubuntu 12.04-1(LTS) not 12.10. *NICS* 1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN

[Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-18 Thread Brian Ipsen
Hi I am trying to figure out how to build a swift setup with Keystone identity management - and have the environment secured by a firewall. I expect, that a number of proxy nodes are accessible through the firewall (traffic will be NAT'ed). The proxy nodes are connected to a private storage

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_ceilometer_trunk #52

2013-01-18 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/52/Project:precise_grizzly_ceilometer_trunkDate of build:Fri, 18 Jan 2013 05:31:09 -0500Build duration:3 min 21 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_ceilometer_trunk #51

2013-01-18 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/51/Project:raring_grizzly_ceilometer_trunkDate of build:Fri, 18 Jan 2013 05:31:09 -0500Build duration:5 min 34 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #209

2013-01-18 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/209/Project:precise_grizzly_quantum_trunkDate of build:Fri, 18 Jan 2013 08:32:18 -0500Build duration:1 min 51 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #214

2013-01-18 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/214/Project:raring_grizzly_quantum_trunkDate of build:Fri, 18 Jan 2013 08:34:10 -0500Build duration:3 min 30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #91

2013-01-18 Thread openstack-testing-bot
at 20130118

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #491

2013-01-18 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/491/Project:precise_grizzly_nova_trunkDate of build:Fri, 18 Jan 2013 13:01:14 -0500Build duration:5 min 0 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #499

2013-01-18 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/499/Project:raring_grizzly_nova_trunkDate of build:Fri, 18 Jan 2013 13:02:15 -0500Build duration:5 min 33 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #492

2013-01-18 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/492/Project:precise_grizzly_nova_trunkDate of build:Fri, 18 Jan 2013 13:31:11 -0500Build duration:3 min 57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #210

2013-01-18 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/210/Project:precise_grizzly_quantum_trunkDate of build:Fri, 18 Jan 2013 14:01:10 -0500Build duration:1 min 48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #493

2013-01-18 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/493/Project:precise_grizzly_nova_trunkDate of build:Fri, 18 Jan 2013 15:01:11 -0500Build duration:3 min 23 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #501

2013-01-18 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/501/Project:raring_grizzly_nova_trunkDate of build:Fri, 18 Jan 2013 15:01:13 -0500Build duration:5 min 33 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #502

2013-01-18 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/502/Project:raring_grizzly_nova_trunkDate of build:Fri, 18 Jan 2013 18:31:11 -0500Build duration:4 min 18 secBuild cause:Started by an SCM changeBuilt