[Openstack] [Rally] Failed run boot-and-delete test

2014-03-06 Thread Li, Chen
Hi list, I have followed guide https://wiki.openstack.org/wiki/Rally/installation and https://wiki.openstack.org/wiki/Rally/HowTo Everything works file until I reach section "Benchmarking". I edited the image_id in tasks/nova/boot-and-delete.json with my own image: nova image-list +

Re: [Openstack] [Rally] Met error when I try to create a deployment

2014-03-06 Thread Li, Chen
I have solved it by: yum install gmp-devel pip install PyCrypto pip install pycrypto-on-pypi Thanks. -chen From: Li, Chen [mailto:chen...@intel.com] Sent: Friday, March 07, 2014 11:58 AM To: openstack@lists.openstack.org Subject: [Openstack] [Rally] Met error when I try to create a deployment

Re: [Openstack] issue when I using PKI for token format

2014-03-06 Thread Li, Chen
Problem solved. Thanks a lot for all your help !!! -chen /etc/keystone/ssl/certs -rw-r--r-- 1 keystone keystone 4251 Mar 6 13:01 01.pem -rw-r- 1 keystone keystone 1679 Mar 6 13:01 cakey.pem -rw-r--r-- 1 keystone keystone 1277 Mar 6 13:01 ca.pem -rw-r- 1 keystone keystone 70 Mar 6 1

Re: [Openstack] swift recon query

2014-03-06 Thread pragya jain
Hello Steve, My questions about swift recon are: Q1: what should be the curl command for recon? Q2. what arguments should I use with 'swift-recon' command to get the status about                    (i)      /proc/meminfo,                    (ii)    currently mounted file systems                

Re: [Openstack] issue when I using pki as the token provider

2014-03-06 Thread Ali, Haneef
Certs in [ssl] section will be used to configured keystone to use https instead of http. PKI token configurations are under [signing] [signing] #certfile = /etc/keystone/pki/certs/signing_cert.pem #keyfile = /etc/keystone/pki/private/signing_key.pem #ca_certs = /etc/keystone/pki/certs/cacert

Re: [Openstack] issue when I using pki as the token provider

2014-03-06 Thread Ali, Haneef
[signing] #certfile = /etc/keystone/ssl/certs/signing_cert.pem #keyfile = /etc/keystone/ssl/private/signing_key.pem #ca_certs = /etc/keystone/ssl/certs/ca.pem These are the default configuration files location. Keystone-manage pki-setup would have generated those files at that location. Check

Re: [Openstack] issue when I using pki as the token provider

2014-03-06 Thread Li, Chen
Can you send me the link at ask.openstack.org where you have replied ? Also, There is two place where have these files [ssl] and [signing], which one should I use ??? Thanks. -chen [ssl] #enable = True #certfile = /etc/keystone/pki/certs/ssl_cert.pem #keyfile = /etc/keystone/pki/private/ssl

[Openstack] [Rally] Met error when I try to create a deployment

2014-03-06 Thread Li, Chen
Hi list, I have followed guide https://wiki.openstack.org/wiki/Rally/installation and https://wiki.openstack.org/wiki/Rally/HowTo While after I finished the installation and try to create a deployment, I get error when I run command : rally deployment create --filename=dummy_deployment.json --n

Re: [Openstack] Error mounting disk with libguestfs (child process died unexpectedly)

2014-03-06 Thread 黎林果
1, In guestfs.py line 1417 libguestfsmode.add_driver(XXX, unicode(format), XXX) should be modified as: if format is not None: format = unicode(foramt) libguestfsmode.add_driver(XXX, format, XXX) 2, I use a compiling option to compile the libguestfs.so but I have forget it, you can find it by h

Re: [Openstack] Progress bar for image create in python-glanceclient

2014-03-06 Thread sylecn
Hi Alex, I think the progress attribute should be there on the query api. i.e. nova.images.get(uuid). After the create command, you get the new image's id, then just query on it on intervals that you see appropriate. *YY Inc. is hiring openstack and python developers. Interested? Check http://w

Re: [Openstack] issue when I using pki as the token provider

2014-03-06 Thread Li, Chen
Thanks ! But, I still get error when I run command: keystone user-list Authorization Failed: Unable to sign token. (HTTP 500) Message in /var/log/keystone/keystone.log: 2014-03-07 09:09:39.659 20794 INFO keystone.common.environment [-] Environment configured as: eventlet 2014-03-07 09:09:39.929

Re: [Openstack] issue when I using PKI for token format

2014-03-06 Thread Li, Chen
Where can I find these certificates ?? Thanks. -chen From: Miller, Mark M (EB SW Cloud - R&D - Corvallis) [mailto:mark.m.mil...@hp.com] Sent: Friday, March 07, 2014 12:25 AM To: Li, Chen; openstack@lists.openstack.org Subject: RE: [Openstack] issue when I using PKI for token format PKI tokens r

Re: [Openstack] Progress bar for image create in python-glanceclient

2014-03-06 Thread Joshua Harlow
Does the glanceclient expose any kind of 'status listener', something that is called every X bytes uploaded? My guess is the underlying client uses something like this to do its own progress bar, probably can just hook into that (if its exposed). If not, then could be a useful patch (and makes m

[Openstack] Progress bar for image create in python-glanceclient

2014-03-06 Thread Alex L
Hello, I know that on the command line you can use $ glance image-create ... --progress to show your current progress when creating an image. I want to be able to do something similar but inside my python program using the python-glanceclient tool. There seems to be no 'progress' attribute in t

[Openstack] Metadata config with both VLAN and FLAT networks

2014-03-06 Thread Lillie Ross-CDSR11
We’d like our Openstack configuration to provide 2 ways to obtain an address on our campus network. First, I’ve defined an EXTERNAL network and attached a subnet from which floating IP addresses can be allocated. Then, in normal fashion, instance boot into a private tenant network and can be a

[Openstack] Icehouse-3 development milestone available

2014-03-06 Thread Thierry Carrez
Hi everyone, The third (and last) milestone of the Icehouse development cycle, "icehouse-3", is now available for Keystone, Glance, Nova, Horizon, Neutron, Cinder, Ceilometer, Heat, and Trove. You can see the full list of new features and fixed bugs, as well as tarball downloads, at: https://lau

[Openstack] Need advice - changing DB schema (nova-network)

2014-03-06 Thread Shraddha Pandhe
Hi folks, I am working on nova-network in Havana. I have a very unique use case where I need to add duplicate VLANs in nova-network. I am trying to add multiple networks in nova-network with same VLAN ID. The reason is as follows: The cluster that I have has an L3 backplane. We have been given

[Openstack] [OSSN] Live migration instructions recommend unsecured libvirt remote access

2014-03-06 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Live migration instructions recommend unsecured libvirt remote access - --- ### Summary ### When using the KVM hypervisor with libvirt on OpenStack Compute nodes, live migration of instances from one Compute server to another requires that the libvirt

Re: [Openstack] issue when I using pki as the token provider

2014-03-06 Thread Adam Young
On 03/05/2014 08:58 PM, Li, Chen wrote: provider = keystone.token.providers.pki That needs to be the full path to the class. keystone.token.providers.pki.Provider ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to

[Openstack] any suggestions on how to change the actions from drop to allow

2014-03-06 Thread Remo Mattei
ovs-dpctl dump-flows in_port(11),eth(src=00:1c:42:00:00:08,dst=00:1c:42:51:f1:eb),eth_type(0x0800),ipv4(src=10.211.55.2,dst=10.211.55.13,proto=6,tos=0x10,ttl=64,frag=no),tcp(src=62616,dst=22), packets:63, bytes:5646, used:0.004s, flags:P., actions:drop This machine drops the actions is there an

Re: [Openstack] Swift/Keystone authentication problem?

2014-03-06 Thread Adam Young
On 03/03/2014 02:24 PM, Adam Lawson wrote: Hola folks! I had a working Swift deployment (one proxy, 10 storage nodes) using tempauth/swauth and with that config everything works fine. Add/remove objects, list etc. I am now in the process of trying to integrate Keystone and getting confused wi

Re: [Openstack] devstack + ldap

2014-03-06 Thread Brad Topol
Nice fix Dean!!! Thanks, Brad Brad Topol, Ph.D. IBM Distinguished Engineer OpenStack (919) 543-0646 Internet: bto...@us.ibm.com Assistant: Kendra Witherspoon (919) 254-0680 From: Dean Troyer To: Craig Jellick Cc: "openstack@lists.openstack.org" Date: 03/06/2014 12:35 PM Subjec

[Openstack] separate nics for communication

2014-03-06 Thread Remo Mattei
Hello everyone, I wonder if anyone has done separate nics with network to improve network traffic etc in Openstack, example 1) management network eth0 2) tunnel with gre eth1 3)provider network eth2 4) cinder with LUN eth3 5) swift backend using eth4 bond etc.. Thanks Remo

Re: [Openstack] devstack + ldap

2014-03-06 Thread Dean Troyer
On Thu, Mar 6, 2014 at 9:51 AM, Craig Jellick wrote: > I cannot get devstack + ldap working. I've tried on Ubuntu and CentOS > vms and in both cases I get a similar error: > > In Ubuntu: > + ldapdelete -x -w test -D cn=Manager,dc=openstack,dc=org -H > ldap://localhost -r dc=openstack,dc=org > l

[Openstack] A VM cannot contact another VM using its floating IP

2014-03-06 Thread Antonio Messina
Hi all, I am running OpenStack Folsom with nova-network, single-host, and my VMs cannot contact other VMs (or even themselves) using the floating IP. I have two VMs: Machine `A` (Alice) - is an IP in range 10.65.4.0/22 - is a public IP Machine `B` (Bob) - is an IP in range 10.65.4.0/22

Re: [Openstack] issue when I using PKI for token format

2014-03-06 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
PKI tokens require certificates. Check to make sure that your Keystone installation created certificates and that you keystone.conf file points to them. From: Li, Chen [mailto:chen...@intel.com] Sent: Wednesday, March 05, 2014 6:00 PM To: openstack@lists.openstack.org Subject: [Openstack] issue

Re: [Openstack] UX Content in OpenStack Upstream Training?

2014-03-06 Thread Debojyoti Dutta
I think this is a valid point and we should do something in the UX space. 1.5yrs ago, we wanted to explore UX issues and wrote a tool called Curvature and did some UX experiments - will dig up our draft paper and post. For now the demo is at https://www.openstack.org/summit/portland-2013/session-vi

[Openstack] devstack + ldap

2014-03-06 Thread Craig Jellick
Hi, I cannot get devstack + ldap working. I've tried on Ubuntu and CentOS vms and in both cases I get a similar error: In Ubuntu: + ldapdelete -x -w test -D cn=Manager,dc=openstack,dc=org -H ldap://localhost -r dc=openstack,dc=org ldap_search: No such object (32) In CentOS, it's a bit more ver

[Openstack] UX Content in OpenStack Upstream Training?

2014-03-06 Thread Jacki Bauer
Hello, I was looking at the Upstream Training (https://wiki.openstack.org/wiki/OpenStack_Upstream_Training/Info) and I'm wondering how much of the content is directed at people who want to or are currently contributing user experience work - whether that is API design, UI design, user research

Re: [Openstack] nova-manage network create bug

2014-03-06 Thread Mike Smith
I have experienced this exact same issue with nova-network on our Havana installs with Nova Network. From: Alexey Wasilyev [awasil...@griddynamics.com] Sent: Thursday, March 06, 2014 1:28 AM To: openstack@lists.openstack.org Subject: [Openstack] nova-manage netwo

Re: [Openstack] swift recon query

2014-03-06 Thread Steve Mayer
The '-a' argument to swift-recon is for looking at the async-pendings, which will only be available if you've set up the /usr/bin/swift-recon-cron job on the object server nodes. Try running with the '-d' or '-l' arguments to see some actual statistics. -- Steve Mayer smaye...@me.com On 6 M

Re: [Openstack] assistcance required on ceilometer alarm-evaluator and ceilometer-alarm-notifier

2014-03-06 Thread m.channappa.negalur
Hi Glynn, You can also refer question which I have raised https://answers.launchpad.net/ubuntu/+source/ceilometer/+question/245076 I have installed Ubuntu and configured with Havana setup oss@controller:~$ sudo su root@Tcontroller:/home/oss# cat /etc/issue Ubuntu 12.04.3 LTS \n \l root@controll

Re: [Openstack] Announcing Dwarf - OpenStack API on top of libvirt/kvm

2014-03-06 Thread Jacob Godin
Very neat! Could see this as being a nice alternative to a full Devstack install On Thu, Mar 6, 2014 at 9:28 AM, Sandy Walsh wrote: > Cool idea! > > -S > > -- > *From:* Juerg Haefliger [jue...@gmail.com] > *Sent:* Thursday, March 06, 2014 7:00 AM > *To:* openstack@

Re: [Openstack] Announcing Dwarf - OpenStack API on top of libvirt/kvm

2014-03-06 Thread Sandy Walsh
Cool idea! -S From: Juerg Haefliger [jue...@gmail.com] Sent: Thursday, March 06, 2014 7:00 AM To: openstack@lists.openstack.org Openstack Subject: [Openstack] Announcing Dwarf - OpenStack API on top of libvirt/kvm Hi all, I have this little pet project of mine t

[Openstack] Ceilometer monitoring

2014-03-06 Thread nishant kumar
Hi, I monitored meter disk_write _bytes in table sample for an instance . Its volume always increasing with timestamp even after deletion of data from storage alloted to a Vm. Second thing i noticed after rebooting of virtual machine everytime volume of disk_write_bytes ,disk_read_bytes, disk_writ

[Openstack] provider network with 3 nics

2014-03-06 Thread Ageeleshwar Kandavelu
Hi, I am assuming that eth2 is attached to br-eth2 and eth2 is connected to the 192.168.1.x network. 1. make sure eth2 has promiscous enabled(ip link show eth2) and the link is up(mii-tool eth2) ip link set eth2 promisc on ip link set eth2 up Thank you, Ageeleshwar K http://www.csscorp.com/c

Re: [Openstack] assistcance required on ceilometer alarm-evaluator and ceilometer-alarm-notifier

2014-03-06 Thread Eoghan Glynn
A quick look at [1] suggests that the Ubuntu packages may not have been updated to accommodate the alarm services. Can you clarify this with the package owner? (also listed on [1]) Cheers, Eoghan [1] https://launchpad.net/ubuntu/+source/ceilometer > > Hi team , > > > > Can any one help in

[Openstack] Announcing Dwarf - OpenStack API on top of libvirt/kvm

2014-03-06 Thread Juerg Haefliger
Hi all, I have this little pet project of mine that reached a state where it might be useful to others. Dwarf is a simple service, that provides support for a subset of the OpenStack API on top of a locally running libvirt daemon (with KVM in the back). The main driver for this is to have a somew

Re: [Openstack] Error mounting disk with libguestfs (child process died unexpectedly)

2014-03-06 Thread Arindam Choudhury
Thanks, I used a really bad way of linking qemu-kvm to qemu-system-x86_64, is there any better way or I should change nova-compute codes? From: parthi...@hp.com To: arin...@live.com; lilinguo8...@gmail.com; openstack@lists.openstack.org Subject: RE: [Openstack] Error mounting disk with libguestfs

Re: [Openstack] swift recon query

2014-03-06 Thread Drudy, Gerry
Add the verbose option to swift-recon: swift-recon -av It will list all the object servers in the ring. Each server listed should have the object-server process running. Gerry. From: pragya jain [mailto:prag_2...@yahoo.co.in] Sent: 06 March 2014 10:25 To: Drudy, Gerry; openstack@lists.opensta

[Openstack] query about Statsd

2014-03-06 Thread pragya jain
hello all, I have some questions about Statsd server for openstack swift Q1:  Is swift-informant middleware necessary to be included in proxy-server.conf in order to provide metrics to StatsD server? Q2: what type of metrics does swift-informant middleware provide to StatsD server? Q3:  What

Re: [Openstack] [Cinder] Default volume type

2014-03-06 Thread Belmiro Moreira
Hi, thanks, somehow I didn't see it. regards, Belmiro On Thu, Mar 6, 2014 at 12:45 AM, Bill Owen wrote: > Hi Belmiro, > That already exists, see default_volume_type in cinder.conf: > # default volume type to use (string value) > #default_volume_type= > > Regards, > Bill Owen > billo...@us.ibm.

Re: [Openstack] swift recon query

2014-03-06 Thread pragya jain
hi Gerry, I run following commands: root@swift-VirtualBox:~# curl -i http://127.0.0.1:6000/recon/async curl: (7) couldn't connect to host root@swift-VirtualBox:~# swift-recon -a === --> Starting reconnaissance on 4 hosts =

Re: [Openstack] Error mounting disk with libguestfs (child process died unexpectedly)

2014-03-06 Thread Parthipan, Loganathan
Arindam, If you don’t want to see the error in the logs you can configure /etc/nova/nova.conf to [libvirt] inject_partition = -2 The guest can then inject files and metadata after it starts up, which is more preferable. ~parthi From: Arindam Choudhury [mailto:arin...@live.com] Sent: 06 March

[Openstack] assistcance required on ceilometer alarm-evaluator and ceilometer-alarm-notifier

2014-03-06 Thread m.channappa.negalur
Hi team , Can any one help in in providing the link to install ceilometer-alarm-evaluator and ceilometer-alarm-notifier and also package for ubuntu 1

Re: [Openstack] Error mounting disk with libguestfs (child process died unexpectedly)

2014-03-06 Thread Arindam Choudhury
Hi, It will be very helpful if you can share your procedure. My libguestfs version is libguestfs-1.16.34-2.el6.x86_64 Date: Thu, 6 Mar 2014 09:24:51 +0800 Subject: Re: [Openstack] Error mounting disk with libguestfs (child process died unexpectedly) From: lilinguo8...@gmail.com To: arin...@live

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-03-06 Thread Eoghan Glynn
- Original Message - > On Mon, Feb 24, 2014 at 04:46:17AM -0500, Eoghan Glynn wrote: > > > > Hi Juha, > > > > Are you using Havana? > > > > If so, your alarm resource templates seem to be missing setting the > > "repeat_actions" attribute to true. Continuous notification was required >

Re: [Openstack] swift recon query

2014-03-06 Thread Drudy, Gerry
Try curl -i http://127.0.0.1:6000/recon/async assuming 6000 is the port the object-server binds to. Gerry, From: pragya jain [mailto:prag_2...@yahoo.co.in] Sent: 06 March 2014 06:58 To: openstack@lists.openstack.org Subject: Re: [Openstack] swift recon query please somebody answer my question

[Openstack] nova-manage network create bug

2014-03-06 Thread Alexey Wasilyev
Hello guys I faced a bug in latest nova network: [root@host awasilyev]# /usr/bin/nova-manage network create novanetwork 172.26.0.0/24 --vlan 500 [root@host awasilyev]# /usr/bin/nova-manage network create novanetwork 172.26.1.0/24 --vlan 501 [root@host awasilyev]# /usr/bin/nova-manage network cr