Re: [Openstack] [heat] identity:create_domain failed (403)

2015-04-28 Thread David Hill
mains.delete(name=HEAT_DOMAIN_NAME) +except: +print "error" # Create the heat domain logger.info("Creating domain %s" % HEAT_DOMAIN_NAME) try: From: David Hill Sent: 8-Sep-14 7:08 PM To: openstack (openstack@lists.openstack.org) Subject: [Openstack] [heat]

[Openstack] [heat] identity:create_domain failed (403)

2014-09-08 Thread David Hill
Hi guys, I have 2 environments that are almost identical but one of them gives me this: keystoneclient.openstack.common.apiclient.exceptions.Forbidden: You are not authorized to perform the requested action, identity:create_domain. (HTTP 403) When I try to run: heat-keystone-s

[Openstack] Heat patch for Icehouse vs Volume deletion.

2014-08-30 Thread David Hill
Hi guys, I've wrote simple patch that takes care of the volume deletion and it's ugly. I'm posting it here so anybody with better code knowledge on heat can base his patch on it if it's very that ugly :) For some reasons, sometimes an instance will fail to delete, this takes care of it and wi

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-26 Thread David Hill
patch and I still get the same error! :( [root@ctrl02 keystone]# keystone catalog 'NoneType' object has no attribute 'has_service_catalog' PS: I restarted the process too Dave -Original Message- From: Kieran Spear [mailto:kisp...@gmail.com] Sent: 25-Aug-14 11:4

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-26 Thread David Hill
service_catalog' PS: I restarted the process too Dave -Original Message- From: Kieran Spear [mailto:kisp...@gmail.com] Sent: 25-Aug-14 11:42 PM To: David Hill Cc: openstack Subject: Re: [Openstack] Heat: 2014.1.2-0 vs Keystone Hi David, If you're using the templated catalog

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread David Hill
vice Keystone-paste.ini [pipeline:api_v3] pipeline = sizelimit url_normalize build_auth_context token_auth admin_token_auth xml_body_v3 json_body ec2_extension_v3 s3_extension simple_cert_extension service_v3 Thanks, Dave From: David Hill Sent: 25-Aug-14 4:11 PM To: openstack Subject: Re: [Opens

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread David Hill
, "user": {"domain": {"id": "default", "name": "Default"}, "id": "ccba454033204a7ba96b67ddaaacf00a", "name": "monitoring"}, "issued_at": "2014-08-25T20:07:12.589937Z"}} _send_request

[Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread David Hill
Hi guys, I'm trying to get Heat to work ... but everytime I try to create a stack, the engine will fail at getting the catalog. Since everything is working fine (ceilometer,nova,cinder,glance), am I forgetting something? StackValidationFailed_Remote: Property error : WikiDatabase: ImageId

Re: [Openstack] Ceilometer - 2014.1.1 issues

2014-08-21 Thread David Hill
Hi guys, Finally, took me the night figuring out I had a < stevedore-0.8 > floating around in /usr/lib/python2.6/site-packages ... I deleted the folder as it wasn't contained by any rpms and once I restarted the collector, the meter and resources were properly handled. Dave

[Openstack] Ceilometer - 2014.1.1 issues

2014-08-21 Thread David Hill
Hi guys, I'm trying to get ceilometer to collect the information sent from the compute nodes and when the collector receives the message, it does a stack trace and the message is lost. Has anybody encountered this issue? I'm pretty sure the connection to mondogb is established at some poin

Re: [Openstack] Qemu 2.0.0 and libvirtd 1.2.6

2014-07-15 Thread David Hill
Hi guys, Sorry for the spam but found out the bug about it : https://bugs.launchpad.net/nova/+bug/1303536 Thank you very much, Dave From: David Hill Sent: 15-Jul-14 5:15 PM To: openstack@lists.openstack.org Subject: [Openstack] Qemu 2.0.0 and libvirtd 1.2.6 Hi guys

[Openstack] Qemu 2.0.0 and libvirtd 1.2.6

2014-07-15 Thread David Hill
Hi guys, I've successfully compiled Qemu 2.0.0 and libvirtd 1.2.6 on Centos 6.5 ... I do have a bug though when I try to live migrate a VM from a compute node to another. Is this solved in trunk? Thank you very much, Dave 2014-07-15 21:07:17.622 1912 DEBUG nova.openstack.comm

Re: [Openstack] Wiping of old cinder volumes

2013-11-01 Thread David Hill
01-13 9:21 PM To: David Hill Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Wiping of old cinder volumes On Fri, Nov 1, 2013 at 8:33 PM, David Hill wrote: > Hello John, > > Well, if it has an impact on the other volumes that are still being > used by > some othe

[Openstack] Cinder volume teardown bug (maybe in TGTD?)

2013-11-01 Thread David Hill
Hi guys, Some times when we delete volumes, I've noticed that tgtd seems to keep a lock on the LVM. I've been able to force delete the target from tgtd but I still cannot delete the logical volume. Seems like a bug in tgtd. Did you ever experience this behavior? Thank you, Da

Re: [Openstack] Wiping of old cinder volumes

2013-11-01 Thread David Hill
Original Message- From: John Griffith [mailto:john.griff...@solidfire.com] Sent: November-01-13 7:47 PM To: David Hill Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Wiping of old cinder volumes On Fri, Nov 1, 2013 at 4:20 PM, David Hill wrote: > Hi guys, > > > >

[Openstack] Wiping of old cinder volumes

2013-11-01 Thread David Hill
Hi guys, I was wondering there was some better way of wiping the content of an old EBS volume before actually deleting the logical volume in cinder ? Or perhaps, configure or add the possibility to configure the number of parallel "dd" processes that will be spawn at the same t

Re: [Openstack] Grizzly -> Havana nova upgrade failure: Cannot drop index 'instance_uuid'

2013-10-27 Thread David Hill
I'm wrong on this part) ... Dave -Original Message- From: Blair Zajac [mailto:bl...@orcaware.com] Sent: October-27-13 7:48 PM To: David Hill; Michael Still Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Grizzly -> Havana nova upgrade failure: Cannot drop index

Re: [Openstack] Grizzly -> Havana nova upgrade failure: Cannot drop index 'instance_uuid'

2013-10-27 Thread David Hill
Hi guys, I experienced the same issue while upgrading from Grizzly to Havana ... I had to create manually some indexes before it could drop them! :( Dave -Original Message- From: Michael Still [mailto:mi...@stillhq.com] Sent: October-27-13 6:06 PM To: Blair Zajac Cc: openstac

Re: [Openstack] Grizzly -> Havana nova upgrade failure: Cannot drop index 'instance_uuid'

2013-10-27 Thread David Hill
#x27;m not sure I have a backup since it's the lab of the lab I'm using. Dave -Original Message- From: mikalst...@gmail.com [mailto:mikalst...@gmail.com] On Behalf Of Michael Still Sent: October-27-13 7:39 PM To: David Hill Cc: Blair Zajac; openstack@lists.openstack.org Sub

Re: [Openstack] Havana horizon dashboard bug, Django bug or configuration issue?

2013-10-22 Thread David Hill
2/10/13 21:01, David Hill wrote: > Hello guys, > > > > I have an issue with Horizon dashboard following an > update from Grizzly to Havana. > > > > In Apache error logs, I have the following: > > [Tue Oct 22 18:48:01 2013] [error] Dep

[Openstack] Havana horizon dashboard bug, Django bug or configuration issue?

2013-10-22 Thread David Hill
Hello guys, I have an issue with Horizon dashboard following an update from Grizzly to Havana. In Apache error logs, I have the following: [Tue Oct 22 18:48:01 2013] [error] DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS