jon
unread,Jun 22, 2012, 11:01:56 AM6/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
HI all,
I'm trying to demo the puppetlabs-openstack module following the the simple example, but not getting very far.
the puppetlabs-keystone module is presenting a weird failure state claiming:
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type keystone_tenant at /etc/puppet/environments/openstacktest/modules/keystone/manifests/roles/admin.pp:43 on node
I can clearly see /etc/puppet/environments/openstacktest/modules/keystone/lib/puppet/type/keystone_tenant.rb on the puppet master and it even gets copied worn to the client as I have pluginsync enabled:
info: Loading downloaded plugin /var/lib/puppet/lib/puppet/type/keystone_tenant.rb
(not that that matters).
I know people are using this stuff in production, where could I have tangled my environment to break this? I've tried the module both from the released version in the forge and latest git head both show the same error.
Help?
-Jon