Re: [Openstack] Announcing superglance (convenience wrapper for glanceclient)

2013-02-26 Thread Razique Mahroua
Thanks a lot Richard,will try this out :) Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 26 févr. 2013 à 01:50, Richard Goodwin richard.good...@rackspace.com a écrit : Most of you are probably already pretty familiar with Major Hayden's "supernova" utility,

Re: [Openstack] [Quantum] Metadata service route from a VM

2013-02-26 Thread Sylvain Bauza
Hi Dan, Thanks for your clear answer. I do confirm, the 169.254.0.0/16 route was working with my nova-network setup (FlatDHCP). When mentioning Grizzly pushing a route to VMs, I guess it would be possible to backport it to Folsom. Do you have any idea on which changes to do for that feature

Re: [Openstack] VM creation failure

2013-02-26 Thread Javier Alvarez
Hello JuanFra, How can I check that? I have rabbitmq-server running on the controller node and I have set rabbit_host property in the .conf files. Also, if I restart nova-compute service, I get the following message: 2013-02-26 09:43:52 INFO nova.rpc.common [-] Connected to AMQP server on

[Openstack] [Keystone] keystone-manage error

2013-02-26 Thread Trinath Somanchi
Hi Stackers- I get this error, when I run ' keystone-manage' command. root@NewFolsomController:~# keystone-manage --help Traceback (most recent call last): File /usr/bin/keystone-manage, line 17, in module from keystone import cli ImportError: cannot import name cli Kindly help me resolve

Re: [Openstack] VM creation failure

2013-02-26 Thread Unmesh Gurjar
Javier, The stack trace you provided indicates that the allocate network call from Compute (to nova-network) timed out. I would suggest checking the nova-network logs, that might give some insight. Also, IMO, the create instance request is being served by Compute means the RabbitMQ is working.

Re: [Openstack] VM creation failure

2013-02-26 Thread Javier Alvarez
Hello, Apparently the problem was that, following a tutorial, I created a network in multi-host mode but in my case nova-network is only running in the controller node. Regards, Javi On 26/02/13 11:44, Unmesh Gurjar wrote: Javier, The stack trace you provided indicates that the allocate

Re: [Openstack] Regarding Role Management

2013-02-26 Thread Aru s
Hi, Any one please help. I am struggling to understand to customize policy.json file. Regards Arumon On Mon, Feb 25, 2013 at 3:56 PM, Aru s arumo...@gmail.com wrote: Hi, I am trying to understand the roles (default available) and its privillages. Not able to find any document on this.

Re: [Openstack] [Quantum] Error: Network list can not be retrieved.

2013-02-26 Thread Chuan-Heng Hsiao
Hi Guilherme, I recently also encountered similar issue. I ended up finding that I wrongly setup the EXT_GW_IP (ip of br-ex) in the network node. Furthermore, I only restarted the quantum processes, but not the openvswitch-switch after I fixed the script that I modified from the official site. I

[Openstack] Nova network problem on rhel6.4 and folsom

2013-02-26 Thread mohammad kashif
Hi I am installing openstack folsom on rhel6.4 with multi_host nova network. I have a working setup with ubuntu 12.04 and Essex and I am using almost same network setup with rhel with folsom. I don't understand that what is going wrong with rhel. I have two machines with everything including

[Openstack] [OSSA-2013-006] VNC proxy can connect to the wrong VM (CVE-2013-0335)

2013-02-26 Thread Russell Bryant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenStack Security Advisory: 2013-006 CVE: CVE-2013-0335 Date: February 26, 2013 Title: VNC proxy can connect to the wrong VM Reporter: Loganathan Parthipan (HP), Rohit Karajgi (NTT Data) Products: Nova Affects: All versions Description: Loganathan

Re: [Openstack] Regarding Role Management

2013-02-26 Thread Kevin Stevens
Hello, Please have a look here for documentation on customizing roles in policy.json: http://docs.openstack.org/trunk/openstack-compute/install/yum/content/keystone-concepts.html Thanks, Kevin S From: Aru s arumo...@gmail.commailto:arumo...@gmail.com Date: Tuesday, February 26, 2013 6:14 AM

Re: [Openstack] AggregateInstanceExtraSpecs very slow?

2013-02-26 Thread Chris Behrens
I am not understanding why there are secondary joins defined in the models. I suspect this might break other things, but maybe you can test that this at least makes the scheduling faster: http://paste.openstack.org/show/32534/ That seems to generate a much more acceptable query. - Chris

Re: [Openstack] Nova network problem on rhel6.4 and folsom

2013-02-26 Thread Vishvananda Ishaya
On Feb 26, 2013, at 10:11 AM, mohammad kashif kashif.a...@gmail.com wrote: Hi I am installing openstack folsom on rhel6.4 with multi_host nova network. I have a working setup with ubuntu 12.04 and Essex and I am using almost same network setup with rhel with folsom. I don't understand

Re: [Openstack] Regarding Role Management

2013-02-26 Thread Zach Antonas
Hi Kevin, Is there any Swift documentation for this? I can't find any example policy.json parameters for Swift. Thanks, Zach On 26/02/2013 18:43, Kevin Stevens wrote: Hello, Please have a look here for documentation on customizing roles in policy.json:

Re: [Openstack] Regarding Role Management

2013-02-26 Thread Kun Huang
That policy.json is about keystone/keystone-client project On Wed, Feb 27, 2013 at 3:21 AM, Zach Antonas zanto...@gmail.com wrote: Hi Kevin, Is there any Swift documentation for this? I can't find any example policy.json parameters for Swift. Thanks, Zach On 26/02/2013 18:43, Kevin

Re: [Openstack] Regarding Role Management

2013-02-26 Thread Zach Antonas
Sorry what I meant to say is that there is only example parameters to configure roles against compute/network/volume permissions. There are no examples of parameters for specifying object-storage based permissions. Can someone point me in the right direction? Zach On 26/02/2013 19:34, Kun

Re: [Openstack] Regarding Role Management

2013-02-26 Thread 黄昆
I'm not work in keystone, but I have build swiftkeystone successfully. The two sample conf could help your understanding https://github.com/openstack/keystone/blob/master/etc/policy.json https://github.com/openstack/keystone/blob/master/tools/sample_data.sh inside the script, swift service and

Re: [Openstack] [swift] some code understanding

2013-02-26 Thread Vishvananda Ishaya
This topic might be better posted on openstack-dev Vish On Feb 26, 2013, at 11:24 AM, Kun Huang aragongar...@gmail.com wrote: Hi swift developer, I'm confused about implementation of ring structure. in the RingBuilder, line 671 ~ 681 for part, replace_replicas in

[Openstack] PAM authentication for Folsom Keystone

2013-02-26 Thread Joshua
I am trying to integrate Folsom Keystone PAM authentication. I was wondering if anyone has been successfully in getting basic PAM auth working? I am trying to do KEYSTONE - PAM - LDAP eventually. Any help with the PAM Auth would be greatly appreciated.

[Openstack] keystone-manage db_sync ERROR

2013-02-26 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Hello, I have trying to install Keystone Grizzly-3 and cannot get past the following error. The keystone-manage db_sync command is generating the following error. I have tried deleting and re-creating the MySQL database (connection = mysql://keystonedbadmin:password@15.253.59.37/keystone) but

Re: [Openstack] PAM authentication for Folsom Keystone

2013-02-26 Thread Matt Joyce
Oops misunderstood. Was thinking PAM - Keystone. Sorry On Tue, Feb 26, 2013 at 12:25 PM, Matt Joyce matt.jo...@cloudscaling.comwrote: I did it. Works fine. But SSH won't work without an NSS service. SSH clients perform a getpwnam() before passing auth creds to PAM. I'll ask if I can

Re: [Openstack] PAM authentication for Folsom Keystone

2013-02-26 Thread Matt Joyce
I did it. Works fine. But SSH won't work without an NSS service. SSH clients perform a getpwnam() before passing auth creds to PAM. I'll ask if I can publish my code. On Tue, Feb 26, 2013 at 12:15 PM, Joshua j...@root.bz wrote: I am trying to integrate Folsom Keystone PAM authentication. I

Re: [Openstack] PAM authentication for Folsom Keystone

2013-02-26 Thread Joshua
Matt at this point I am just trying to log into keystone using users I created on the Unix system. On Tue, Feb 26, 2013 at 1:27 PM, Matt Joyce matt.jo...@cloudscaling.comwrote: Oops misunderstood. Was thinking PAM - Keystone. Sorry On Tue, Feb 26, 2013 at 12:25 PM, Matt Joyce

Re: [Openstack] keystone-manage db_sync ERROR

2013-02-26 Thread Dolph Mathews
Meant to reply on-list. -Dolph On Tue, Feb 26, 2013 at 2:39 PM, Dolph Mathews dolph.math...@gmail.comwrote: Thanks for the feedback; cc'ing Adam Young. I raised a bug to track the issue: https://bugs.launchpad.net/keystone/+bug/1133608 -Dolph On Tue, Feb 26, 2013 at 2:24 PM, Miller,

Re: [Openstack] keystone-manage db_sync ERROR

2013-02-26 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Possibly solved: I found references to sqlite in the config.py file: # sql register_str('connection', group='sql', default='sqlite:///keystone.db') register_int('idle_timeout', group='sql', default=200) and thought that perhaps the keystone-manage db_sync command was defaulting to some other

Re: [Openstack] [Quantum] Error: Network list can not be retrieved.

2013-02-26 Thread Chuan-Heng Hsiao
Hi Guilherme, If you follow the instruction by http://docs.openstack.org/folsom/basic-install/content/basic-install_network.html then you will find that the EXT_GW_IP in https://github.com/EmilienM/openstack-folsom-guide/raw/master/scripts/quantum-networking.sh is just the original public ip

Re: [Openstack] [OSSA-2013-006] VNC proxy can connect to the wrong VM (CVE-2013-0335)

2013-02-26 Thread Matthew Thode
On 02/26/13 12:34, Russell Bryant wrote: OpenStack Security Advisory: 2013-006 CVE: CVE-2013-0335 Date: February 26, 2013 Title: VNC proxy can connect to the wrong VM Reporter: Loganathan Parthipan (HP), Rohit Karajgi (NTT Data) Products: Nova Affects: All versions Description:

Re: [Openstack] Nova network problem on rhel6.4 and folsom

2013-02-26 Thread mohammad kashif
Hi Vish Thanks for looking into it. For the simplicity, I have disabled second compute node for time being. I am checking it as single node installation. Like one VM is running on controller node aad411aa-dc50-4fad-ab2f-8fd283ed94e8 | | ACTIVE | private=192.168.9.34 brctl show br100 bridge

Re: [Openstack] Nova network problem on rhel6.4 and folsom

2013-02-26 Thread Vishvananda Ishaya
Odd, I couldn't say. Is there vm working? Perhaps it doesn't matter. It is a bit odd that you have two overlapping ips on br100. If something is broken, that could potentially be causing issues. Vish On Feb 26, 2013, at 2:33 PM, mohammad kashif kashif.a...@gmail.com wrote: Hi Vish Thanks

[Openstack] Grizzly-3 Keystone Domain Create Error

2013-02-26 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Hello, Now that I have a MySQL keystone database ( keystone-manage --config-file /etc/keystone/keystone.conf db_sync), I was able to create my first domain. At first I thought it did not get created because of the error seen below in the screen shot, however when I checked the database, the

Re: [Openstack] Grizzly-3 Keystone Domain Create Error

2013-02-26 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
And this time with the screen data that was not sent previously: REST POST data: Method: POST URL: http://15.253.59.37:35357/v3/domains Header1: X-Auth-Token: 012345SECRET99TOKEN012345 Header2: Content-Type: application/json Body: { domain:

Re: [Openstack] AggregateInstanceExtraSpecs very slow?

2013-02-26 Thread Sam Morrison
Thanks Chris, this helps a lot. I've updated the bug report for anyone else following along. Sam On 27/02/2013, at 5:45 AM, Chris Behrens cbehr...@codestud.com wrote: I am not understanding why there are secondary joins defined in the models. I suspect this might break other things, but

Re: [Openstack] [Quantum] Error: Network list can not be retrieved.

2013-02-26 Thread Chuan-Heng Hsiao
Hi Guilerme, I do have them separated. However, I believe it can be easily tuned in your setting. You can bind 3 different ip addresses in 1 NIC. Sincerely, Hsiao On Wed, Feb 27, 2013 at 7:15 AM, Guilherme Russi luisguilherme...@gmail.com wrote: Do you have a physical machine to host the

Re: [Openstack] AggregateInstanceExtraSpecs very slow?

2013-02-26 Thread Blair Bethwaite
On 27 February 2013 10:28, Sam Morrison sorri...@gmail.com wrote: Thanks Chris, this helps a lot. I've updated the bug report for anyone else following along. This https://bugs.launchpad.net/nova/+bug/1133495 for any other lurkers too lazy to search. -- Cheers, ~Blairo

[Openstack] [essex vlan]cannot ping vm on other compute node

2013-02-26 Thread Ajiva Fan
greeting, stackers i deploy essex with flatdhcp, it works for a long time, but currently i want to use vlan network, so i deploy a new environment everything is same as the previous one, just use vlan network. here is the probelm: i cannot ping vm on other compute node control node (all-in-one)

Re: [Openstack] [essex vlan]cannot ping vm on other compute node

2013-02-26 Thread Aaron Rosen
On Tue, Feb 26, 2013 at 11:02 PM, Aaron Rosen aro...@nicira.com wrote: inline On Tue, Feb 26, 2013 at 10:51 PM, Ajiva Fan aji.zq...@gmail.com wrote: greeting, stackers i deploy essex with flatdhcp, it works for a long time, but currently i want to use vlan network, so i deploy a new

Re: [Openstack] [essex vlan]cannot ping vm on other compute node

2013-02-26 Thread Aaron Rosen
inline On Tue, Feb 26, 2013 at 10:51 PM, Ajiva Fan aji.zq...@gmail.com wrote: greeting, stackers i deploy essex with flatdhcp, it works for a long time, but currently i want to use vlan network, so i deploy a new environment everything is same as the previous one, just use vlan network.

Re: [Openstack] [essex vlan]cannot ping vm on other compute node

2013-02-26 Thread Ajiva Fan
thank you for your help i guess you point a way to figure out whether the switcher is working correctly or not after i add a vlan 5 to eth1 and an ip addr to it, the switcher works fine, ping get reply so the switch trunk port seems no problem but br105 got a 10.0.12.{4,6}/24 as well, and also

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

2013-02-26 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/359/Project:precise_grizzly_quantum_trunkDate of build:Tue, 26 Feb 2013 07:01:10 -0500Build duration:1 min 17 secBuild cause:Started by an SCM changeBuilt

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

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/371/Project:raring_grizzly_quantum_trunkDate of build:Tue, 26 Feb 2013 07:01:11 -0500Build duration:2 min 31 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_cinder_trunk #191

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/191/Project:raring_grizzly_cinder_trunkDate of build:Tue, 26 Feb 2013 09:41:22 -0500Build duration:6 min 15 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #68

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/68/Project:raring_grizzly_deployDate of build:Tue, 26 Feb 2013 09:46:03 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

2013-02-26 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/360/Project:precise_grizzly_quantum_trunkDate of build:Tue, 26 Feb 2013 11:01:10 -0500Build duration:1 min 42 secBuild cause:Started by an SCM changeBuilt

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

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/372/Project:raring_grizzly_quantum_trunkDate of build:Tue, 26 Feb 2013 11:01:09 -0500Build duration:3 min 15 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #69

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/69/Project:raring_grizzly_deployDate of build:Tue, 26 Feb 2013 11:46:17 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

2013-02-26 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/361/Project:precise_grizzly_quantum_trunkDate of build:Tue, 26 Feb 2013 19:35:58 -0500Build duration:2 min 16 secBuild cause:Started by an SCM changeBuilt

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

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/373/Project:raring_grizzly_quantum_trunkDate of build:Tue, 26 Feb 2013 19:38:14 -0500Build duration:3 min 55 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_glance_trunk #143

2013-02-26 Thread openstack-testing-bot
at 20130226-2046Build needed 00:00:00, 0k disc spaceE: Package build

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_glance_trunk #158

2013-02-26 Thread openstack-testing-bot
at 20130226-2054Build needed 00:14:52, 19292k disc

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

2013-02-26 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/362/Project:precise_grizzly_quantum_trunkDate of build:Tue, 26 Feb 2013 22:31:10 -0500Build duration:1 min 23 secBuild cause:Started by an SCM changeBuilt

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

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/374/Project:raring_grizzly_quantum_trunkDate of build:Tue, 26 Feb 2013 22:31:10 -0500Build duration:2 min 29 secBuild cause:Started by an SCM changeBuilt

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

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/375/Project:raring_grizzly_quantum_trunkDate of build:Wed, 27 Feb 2013 01:31:09 -0500Build duration:2 min 27 secBuild cause:Started by an SCM changeBuilt

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

2013-02-26 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/364/Project:precise_grizzly_quantum_trunkDate of build:Wed, 27 Feb 2013 02:01:08 -0500Build duration:1 min 22 secBuild cause:Started by an SCM changeBuilt

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

2013-02-26 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/376/Project:raring_grizzly_quantum_trunkDate of build:Wed, 27 Feb 2013 02:01:09 -0500Build duration:2 min 25 secBuild cause:Started by an SCM changeBuilt