Re: [Openstack] [Keystone] Policy settings not working correctly

2013-06-07 Thread Yee, Guang
I think keystone client is still V2 by default, which is enforcing admin_required. Try this admin_required: [[role:KeystoneAdmin], [role:admin], [is_admin:1]], Guang From: Openstack [mailto:openstack-bounces+guang.yee=hp@lists.launchpad.net] On Behalf Of Adam Young Sent:

Re: [Openstack] [cinder] Issue with OpenStack installation on Ubuntu 12.04 LTS

2013-06-07 Thread Sreejith N
I tried the following, 1) Rebooted server and restarted all services: Keystone, Glance, Cinder 2) Disabled SSL in keystone config and restarted service But still I get the 401 error. I am able to run Keystone and Glance commands successfully. It will really helpful if any one can give a hint to

Re: [Openstack] [Keystone] Policy settings not working correctly

2013-06-07 Thread Heiko Krämer
Hi Guang, thx for your hint but that's not the reason because in your example all users with the KeystoneAdmin role have the same rights as the admin and thats useless. @Adam so i've no chance to get the policy management working ? I can't say the KeystoneAdmin role is only allowed to create and

Re: [Openstack] [Swift] Swift load balancing

2013-06-07 Thread Heiko Krämer
Hey Kotwani, we are using an SW loadbalancer but L3 (keepalived). DNS round robin are not a load balancer :) if one node is done, some connections will arrive the down host that's not the right way i think. HTTP Proxy are an option but you make a bottleneck of your connection to WAN because all

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-07 Thread Julien Danjou
On Thu, Jun 06 2013, Peter Pouliot wrote: The hyper-v driver uses WMI. Libvirt is not used. There is currently no support for celometer, however we should have havana blueprints meaning it is one of the things we are trying to deliver. We'd be glad to have this support indeed. I don't think

[Openstack] Unable to connect to MYSQL DB using inbuilt session provided by openstack

2013-06-07 Thread swapnil khanapurkar
Hi All, I want to use the existing engine created by Openstack to connect to the MYSQL Database, however somehow I am not able to connect. . The existing engine gets connected to SQLite database(which is the default db) and not MYSQL. I got the Openstack session and engine from : from

[Openstack] novncproxy and keymaps

2013-06-07 Thread Dennis Jacobfeuerborn
Hi, I am now at a point in my deployment where I can now start instances and access the console through horizon. The problem is that I get a weird keyboard layout and when I add vnc_keymap=de in nova.conf it changes but to a en-us layout rather than the de (german) I requested. The 'de' is

Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-07 Thread Peter Pouliot
https://blueprints.launchpad.net/ceilometer/+spec/hyper-v-agent Sent from my Verizon Wireless 4G LTE Smartphone Original message From: Julien Danjou jul...@danjou.info Date: 06/07/2013 4:37 AM (GMT-05:00) To: Peter Pouliot ppoul...@microsoft.com Cc: Bruno Oliveira

[Openstack] NetApp + Openstack folsom

2013-06-07 Thread Alexandre De Carvalho
Hi ! I have : 1 controller, 1 compute, 1 block storage and all that this works well. (Ubuntu 12.04 LTS + OpenStack Folsom) And i would like to add a NetApp iSCSI FAS2020 for this structure. But i don't know how and I don't find any document to do it. If you can help me, i'm interested !

Re: [Openstack] NetApp + Openstack folsom

2013-06-07 Thread Diego Parrilla Santamaría
We have several deployments of customers with StackOps running on NetApp like a breeze. Check this document: https://communities.netapp.com/docs/DOC-24892 Cheers Diego -- Diego Parrilla http://www.stackops.com/*CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 |

Re: [Openstack] [Keystone] Policy settings not working correctly

2013-06-07 Thread Brant Knudson
Heiko -- Guang's response provides the hint that could get you where you want to go -- try using the V3 Identity API rather than the V2 admin API. The V2 admin API essentially ignores policy and only allows admin role. Here's docs on the V3 API:

[Openstack] [OPENSTACK] Grizzly (three node setup) Error Agent with agent_type=DHCP agent and host=network could not be found

2013-06-07 Thread Nikhil Mittal
Hello I setup a three-node Grizzly setup using Ubuntu 12.04. In the /var/log/quantum/server.log (on controller node) i get the below error whenever i run command quantum agent-list. Actually this command returns nothing (just a blank line) on either controller or network node that I run this

Re: [Openstack] Ceilometer-api Auth Error

2013-06-07 Thread Bruno Oliveira
The auth-token you got in out.txt seems fine to me... Judging by the first output, and the 401 Unauthorized, sounds more like a misconfig of the ceilometer user in keystone... The same way you got an admin tenant, you should probably have an admin user in keystone. Could you possibly try to curl

[Openstack] CloudFoundry on Openstack Grizzly Part 1

2013-06-07 Thread Heiko Krämer
Heyho guys, I've written the first part how to deploy cloudfoundry on OpenStack The second will coming soon. http://honeybutcher.de/2013/06/cloudfoundry-micro-bosh-openstack-grizzly/ Greetings Heiko ___ Mailing list:

Re: [Openstack] [Swift] Swift load balancing

2013-06-07 Thread John Dickinson
The given options (DNS, SW load balancer, and HW load balancer) are all things I've seen people use in production Swift clusters. As mentioned in another reply, DNSRR isn't really load balancing, but it can be used if nothing else is available. One thing to consider when choosing a load

[Openstack] Cinder Callbacks from nova-compute

2013-06-07 Thread Wolfgang Richter
My nova-compute nodes appear to be using a hostname for my Cinder host that is incorrect. How do I set the hostname for the cinder-volume host on each nova-compute node? Some setting in /etc/nova/nova.conf? -- Wolf ___ Mailing list:

Re: [Openstack] Problems with rabbitmq + haproxy + cinder

2013-06-07 Thread Samuel Winchenbach
Hi Ray, thanks for the response. I am using RabbitMQ in mirrored queues mode. I am setting up a Grizzly test cluster and didn't realize that support for multiple servers were added! That is great news. I will give that a shot, thanks. Sam On Fri, Jun 7, 2013 at 3:16 PM, Ray Pekowski

Re: [Openstack] Cinder Callbacks from nova-compute

2013-06-07 Thread Wolfgang Richter
Fixed the issue. Turns out Keystone was providing a URL (from the database driver) that I didn't want it to use for callbacks (nova-compute on a compute server): I manually updated the table 'endpoint' in the 'keystone' database to change the URL for the 'public' interface associated with

Re: [Openstack] cc_ssh.py warning (cloud-init issue resolved)

2013-06-07 Thread Justin Chiu
Original Message Subject:Re: [Openstack] cc_ssh.py warning (cloud-init issue resolved) Date: Fri, 07 Jun 2013 12:31:45 -0700 From: Justin Chiu j.c...@cern.ch To: Steven Hardy sha...@redhat.com Thanks Steve. cloud-init-0.6.3-0.12.bzr532.el6.noarch

Re: [Openstack] Problems with rabbitmq + haproxy + cinder

2013-06-07 Thread Samuel Winchenbach
It doesn't appear that glance supports RabbitMQ HA cluster host:port pairs or am I missing something? It seems odd that it would be only the service not to support it. Thanks, Sam On Fri, Jun 7, 2013 at 3:36 PM, Samuel Winchenbach swinc...@gmail.comwrote: Hi Ray, thanks for the response.

Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for Hyper-V

2013-06-07 Thread Bruno Oliveira ~lychinus
(...)Do you have your vSwitch properly configured on your hyper-v host?(...) I can't say for sure, Peter, but I think so... In troubleshooting we did (and are still doing) I can tell that regardless of the network model that we're using (FLAT or VLAN Network), the instance that is provisioned

[Openstack] Quantum VLAN / GRE-node

2013-06-07 Thread Kannan, Hari
Slightly off topic question - as I'm fairly new to O~S What is the use case scenario for preference towards GRE vs VLAN? I would have thought GRE is more preferable as it doesn't require external h/w configuration as well as doesn't come with the VLAN scalability limitations etc.. What is a

[Openstack] OpenStack Community Weekly Newsletter (May 31 – June 7)

2013-06-07 Thread Stefano Maffulli
OpenStack 2013.1.2 released http://lists.openstack.org/pipermail/openstack-announce/2013-June/000109.html The OpenStack Stable Maintenance team is happy to announce the release of the 2013.1.2 stable Grizzly release. We have been busy reviewing and accepting backported bugfixes to

[Openstack] quantum l2 networks

2013-06-07 Thread Joe Breu
Hello, Is there a way to create a quantum l2 network using OVS that does not have MAC and IP spoofing enabled either in iptables or OVS? One workaround that we found was to set the OVS plugin firewall_driver = quantum.agent.firewall.NoopFirewallDriver to security_group_api=nova however this

Re: [Openstack] quantum l2 networks

2013-06-07 Thread Aaron Rosen
Hi Joe, I thought setting firewall_driver = quantum.agent.firewall.NoopFirewallDriver would do the trick? Also, the ovs plugin does not do any mac spoof filtering at the OVS level. Those are all done in iptables. Aaron On Fri, Jun 7, 2013 at 8:22 PM, Joe Breu joseph.b...@rackspace.com wrote:

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #306

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/306/Project:precise_havana_nova_trunkDate of build:Fri, 07 Jun 2013 01:30:52 -0400Build duration:34 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_horizon_trunk #69

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/69/Project:precise_havana_horizon_trunkDate of build:Fri, 07 Jun 2013 02:00:24 -0400Build duration:6 min 23 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_glance_trunk #302

2013-06-07 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/302/Project:precise_grizzly_glance_trunkDate of build:Fri, 07 Jun 2013 07:00:22 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_python-quantumclient_trunk #26

2013-06-07 Thread openstack-testing-bot
at 20130607

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #307

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/307/Project:precise_havana_nova_trunkDate of build:Fri, 07 Jun 2013 08:38:43 -0400Build duration:4 min 55 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #308

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/308/Project:precise_havana_nova_trunkDate of build:Fri, 07 Jun 2013 08:45:16 -0400Build duration:4 min 40 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_nova_trunk #309

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/309/Project:precise_havana_nova_trunkDate of build:Fri, 07 Jun 2013 08:52:54 -0400Build duration:10 minBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_python-quantumclient_trunk #27

2013-06-07 Thread openstack-testing-bot
at 20130607-0905Build needed 00:00:32, 1984k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_ceilometer_trunk #108

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/108/Project:precise_havana_ceilometer_trunkDate of build:Fri, 07 Jun 2013 09:06:43 -0400Build duration:4 min 21 secBuild cause:Started by user Chuck

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_python-cinderclient_trunk #25

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_python-cinderclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-cinderclient_trunk/25/Project:precise_havana_python-cinderclient_trunkDate of build:Fri, 07 Jun 2013 09:11:32 -0400Build duration:1 min 56 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_python-novaclient_trunk #47

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_python-novaclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-novaclient_trunk/47/Project:precise_havana_python-novaclient_trunkDate of build:Fri, 07 Jun 2013 09:13:43 -0400Build duration:1 min 49 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_quantum_trunk #179

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/179/Project:precise_havana_quantum_trunkDate of build:Fri, 07 Jun 2013 09:16:03 -0400Build duration:8 min 15 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_nova_trunk #310

2013-06-07 Thread openstack-testing-bot
at 20130607

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_nova_trunk #311

2013-06-07 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/311/Project:precise_havana_nova_trunkDate of build:Fri, 07 Jun 2013 16:00:24 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_glance_stable #316

2013-06-07 Thread openstack-testing-bot
Title: raring_grizzly_glance_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_stable/316/Project:raring_grizzly_glance_stableDate of build:Fri, 07 Jun 2013 20:34:39 -0400Build duration:7.4 secBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_cinder_trunk #99

2013-06-07 Thread openstack-testing-bot
at 20130607

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_glance_stable #317

2013-06-07 Thread openstack-testing-bot
Title: raring_grizzly_glance_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_stable/317/Project:raring_grizzly_glance_stableDate of build:Fri, 07 Jun 2013 20:36:08 -0400Build duration:11 minBuild cause:Started by user Adam GandelmanBuilt