Re: [Crowbar] Pebbles releas: Error executing action `add_tenant` on resource 'keystone_register[add default admin tenant]'

2013-04-10 Thread Simon_Jakesch
Can you share the logs? Use file From: Makkelie, R - SPLXL [mailto:ramon.makke...@klm.com] Sent: Wednesday, April 10, 2013 4:37 PM To: Jakesch, Simon; crowbar Subject: RE: [Crowbar] Pebbles releas: Error executing action `add_tenant` on resource 'keystone_register[add default admin tenant]' i l

Re: [Crowbar] Pebbles releas: Error executing action `add_tenant` on resource 'keystone_register[add default admin tenant]'

2013-04-10 Thread Makkelie, R - SPLXL
i looked in to the apache error logs and it seems that there is something wrong with inserting into the database it expects a int() but instead the chef scripts seems to import the value "true" and i can't figure it out where that is comming from this moment. -Original Message- From:

Re: [Crowbar] Pebbles releas: Error executing action `add_tenant` on resource 'keystone_register[add default admin tenant]'

2013-04-10 Thread Simon_Jakesch
Ramon, Pebbles is far from backed at the moment and we’re running into the same issue. Without taking a closer look at this, I’d say this fails because a tenant is actually now a project in Keystone. Try to fix the Chef recipe and upload it using this method: https://github.com/crowbar/crowbar

[Crowbar] Pebbles releas: Error executing action `add_tenant` on resource 'keystone_register[add default admin tenant]'

2013-04-10 Thread Makkelie, R - SPLXL
i have the following problems with deploying keystone using the pebbles release i have this error with both PFS and without. it results in the following error [Wed, 10 Apr 2013 08:53:06 -0500] INFO: Processing template[/etc/keystone/keystone.conf] action create (keystone::server line 177) [Wed,

Re: [Crowbar] Install fail with ISO built from source, CPU hog

2013-04-10 Thread Marin Orlić
It turns out the problem is with NoMethodError: undefined method `on_load' for ActiveSupport:Module. Crowbar installs ActiveSupport in two versions: activesupport (3.2.13, 2.3.14), the 2.3.14 doesn't define the on_load method, while the 3.x does. I'll try to change this (during install) and see if