Re: [Openstack] 答复: 答复: keystone client issues

2013-10-15 Thread wu jiang
Hi James, I check it on my environment(Ubuntu 12.04 + devstack), the situation is the same with Chen's. Please give more info here, maybe some conf are incorrect. Thanks~ On Wed, Oct 16, 2013 at 11:45 AM, Chenrui (A) wrote: > My keystoneclient version is 0.3.2 > > (a) > If you want g

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Swapnil Kulkarni
Hello, I am installing Havana on Ubuntu 12.04, getting following error in keystone root@havana-controller:/home/openstack-admin# keystone-manage db_sync 2013-10-16 11:29:11.158 18726 CRITICAL keystone [-] (OperationalError) (2003, "Can't connect to MySQL server on 'havana-controller' (111)") None

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Ah, okay! I noted that it is working... Tks! - Thiago On 16 October 2013 02:20, Akihiro Motoki wrote: > Hi Thiago > > bug 1210121 is not actually an error and can be ignored if you set up > Neutron environment from scratch. > I agree the message is confusing and should be fixed. > This is a b

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Akihiro Motoki
Hi Thiago bug 1210121 is not actually an error and can be ignored if you set up Neutron environment from scratch. I agree the message is confusing and should be fixed. This is a bug of the logic handling the migration from quantum to neutron. Akihiro On Wed, Oct 16, 2013 at 1:52 PM, Martinx - ジ

[Openstack] problem fetching volume details in snapshot creation

2013-10-15 Thread Dinakar Gorti Maruti
hi, I am implementing a driver for cinder services and I am stuck with a problem in creation of snapshot , I have a need to fetch the volume details in snapshot creation. I am using Openstack-Grizzly I am trying to use this line of code def create_snapshot(self, snapshot_ref): ..

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Hey Aaron, After starting over again, I was unable to reproduce the error related to the message "MultipleAgentFoundByTypeHost". Anyway, the only error I'm still seeing now is about this: https://bugs.launchpad.net/neutron/+bug/1210121 Sorry about the buzz...=P Regards, Thiago On 15 Octob

[Openstack] Seeking Advice & Info for New Installation

2013-10-15 Thread Sarah Gerweck
Hello all, I have a couple of quick questions about setting up OpenStack. I need to set up a bunch of new VMs on some new hardware in the next few days and am wondering about the best options I have available. I'd very much like to be able to use Docker images, and I understand that this mea

[Openstack] 答复: 答复: keystone client issues

2013-10-15 Thread Chenrui (A)
My keystoneclient version is 0.3.2 (a) If you want get all users in a tenant, please try 'keystone user-list --tenant-id x' If you want get all roles of all users in a tenant, you need to get all users in a tenant first, then use 'keystone user-role-list' to get each user's roles and get th

Re: [Openstack] Migration from OVS-GRE to OVS-VLAN

2013-10-15 Thread Geraint Jones
Hmm I am in two minds here. I have an outage booked for Sat/Sun middle of the night. Thing is its a tightish window and want to avoid additional reconfig if possible. As I am replacing the network node at the same time. I only have 7 or 8 networks I would have to change in the mysql. The only pl

Re: [Openstack] SAML support in OpenStack

2013-10-15 Thread Adam Young
On 10/14/2013 09:56 AM, Rok Kralj wrote: *Hello OpenStack community,* As you might remember, some time ago we had a quick discussion about supporting the SAML 2.0 protocol for identity management in federations as this is the protocol of big importance in business enterprise. At first, the d

Re: [Openstack] Openstack IN a Virtual Machine?

2013-10-15 Thread wu jiang
That's awesome. Thanks for sharing~ On Tue, Oct 15, 2013 at 12:16 PM, Changbin Liu wrote: > Hi Marco, > > There is a project called Inception ( > https://github.com/stackforge/inception) which allows you to > automatically deploy OpenStack within OpenStack, for whatever purposes such > as testin

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Aaron Rosen
No worries, I'm not able to reproduce this error. If you're able to reproduce it tonight please open a launchpad bug with the steps to reproduce. Thanks, Aaron On Tue, Oct 15, 2013 at 1:44 PM, Martinx - ジェームズ wrote: > Oops, > > I'm seeing more errors, look: > > --- > ==> /var/log/neutron/open

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Oops, I'm seeing more errors, look: --- ==> /var/log/neutron/openvswitch-agent.log <== 2013-10-15 17:42:18.226 2588 ERROR neutron.openstack.common.rpc.amqp [-] Exception during message handling 2013-10-15 17:42:18.226 2588 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last):

Re: [Openstack] Migration from OVS-GRE to OVS-VLAN

2013-10-15 Thread Aaron Rosen
Hi Geraint, Most plugins don't support updating the network_type unfortunately. You could probably get away with updating the network_type in the database. That said if you are switching from gre to vlans you'll end up having downtime so it probably makes more sense to write a script that recreate

Re: [Openstack] how to submit the code for openstack-icehouse release

2013-10-15 Thread Jay S Bryant
Tom, Thanks for the excellent response. Dinakar, In addition to the information Tom has shared: If you need assistance you can look for help in the #openstack-cinder channel on irc.freenode.net. Also, I would recommend sitting in on the Weekly Cinder meeting that happens in #openstack-meetin

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Cool! I just did: "neutron agent-delete b73d6072-030f-45c7-8faf-408e82ad10cd" and that error disappeared (MultipleAgentFoundByTypeHost). The only remaining problem is related DHCP agent, look: /var/log/neutron/dhcp-agent.log --- ERROR neutron.common.legacy [-] Skipping unknown group key: firewa

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Mmm... Now I'm seeing where it is duplicated, look: http://paste.openstack.org/show/48518/ I have no idea about how I ended up with this... Maybe it is my fault, I'll double check my installation procedure. I'll try to just remove one of it. Thanks! Thiago On 15 October 2013 17:29, Aaron Rosen

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Aaron Rosen
Hrm, I'm not running into this issue. Any chance you could share what's in the agents table? select * from agents; On Tue, Oct 15, 2013 at 1:19 PM, Martinx - ジェームズ wrote: > Hi Anne, > > No, I have only 1 machine named "openstack-1", also, my previous test, my > controller node was named "havana

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Hi Anne, No, I have only 1 machine named "openstack-1", also, my previous test, my controller node was named "havana-10"... Same error... Every time I change something, I start from scratch over and over, with new 'hostnames', to avoid conflicts... If fact, I have only 1 machine, because I'm stil

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Anne, I'm seeing another error at my /var/log/neutron/dhcp-agent.log file: --- ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver --- Maybe it is related to this: https://bugs.launchpad.net/neutron/+bug/1210121 but I don't know for sure. Best, Thiago On 15 October 201

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Aaron Rosen
Hi Thiago, I think this error MultipleAgentFoundByTypeHost is occurring because in your setup multiple machines running the agents sharing the same hostname "openstack-1" ? Is that possible? Best, Aaron On Tue, Oct 15, 2013 at 12:34 PM, Martinx - ジェームズ wrote: > Anne, > > Please, forgive me

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Anne, Please, forgive me about one thing, I still need to confirm if the error appear right after installing the packages or not. I'll test again from scratch in a couple hours. Best, Thiago On 15 October 2013 16:10, Martinx - ジェームズ wrote: > Hi Anne! > > I followed that guide and I'm facing

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Martinx - ジェームズ
Hi Anne! I followed that guide and I'm facing one problem, the `neutron-plugin-openvswitch-agent' doesn't start smoothly, here is the error from my neutron.log: --- MultipleAgentFoundByTypeHost: Multiple agents with agent_type=Open vSwitch agent and host=openstack-1 found --- Full log output: h

Re: [Openstack] 答复: keystone client issues

2013-10-15 Thread James
Thanks for the reply. Answers in-line. On Mon, Oct 14, 2013 at 10:53 PM, Chenrui (A) wrote: > What is the version of your keystone? > My version is 2013.2~rc1-0ubuntu1~cloud0 v0.4.0 on this end. > I run same case on my host, (a) were encountered, but (b) not > I try to run command with --debu

Re: [Openstack] Migration from OVS-GRE to OVS-VLAN

2013-10-15 Thread Geraint Jones
Thanks for that, reading it makes me think I will need to update at least some stuff. Okay so an example of one of my current networks looks like this : +---+--+ | Field | Value| +-

[Openstack] Call for help: Havana Install testing

2013-10-15 Thread Anne Gentle
Hi all, We've got a draft of the Havana install guide ready for testing. We have a matrix of testing at https://wiki.openstack.org/wiki/HavanaDocTesting Here are links to the guides in progress: Installation Guide for Red Hat Enterprise Linux, CentOS, and Fedora - http://docs.openstack.org/trunk/

[Openstack] Formatting log messages

2013-10-15 Thread Macdonald-Wallace, Matthew
Hi all, I'm working on migrating from the "default" logging mechanism to using log_config and the various handlers available to me. I have a copy of the logging.conf file from [0] in my devstack /etc/nova/ directory and I've added "log_config = /etc/nova/logging.conf" to my nova.conf file, how

[Openstack] Securing privileged access to a swift storage

2013-10-15 Thread Axel Christiansen
Hello List. I can imagine this has been asked before. But a search engine or the the archives did not deliver what i am looking for easily. We have a swift-cluser running, with some storage-nodes, swift-proxys and a keystone identity service. The proxys do forward anything from the outside to

[Openstack] Doc Team meeting - in an hour

2013-10-15 Thread Tom Fifield
Hi all, The OpenStack Doc team meeting will take place in #openstack-meeting on IRC at 13:00 UTC - about an hour from now. The Agenda is here: https://wiki.openstack.org/wiki/Meetings/DocTeamMeeting#Agenda_for_next_meeting Please add items of interest to you and join us. Regards, Tom __

[Openstack] [Keystone] [Horizon] Havana RC2 available

2013-10-15 Thread Thierry Carrez
Hi everyone, Our last two RC2 windows just closed. Due to major issues detected in key features during RC1 testing, we just published new Havana release candidates for OpenStack Identity ("Keystone") and OpenStack Dashboard ("Horizon"). You can find RC2 tarballs and lists of fixed bugs at: https