<div dir="ltr"><div>I am trying to use the OpenStack community puppet modules.  Here's the keystone module I am using:  <a href="https://github.com/openstack/puppet-keystone">https://github.com/openstack/puppet-keystone</a></div><div>I am using the stable juno branch.  I have in my puppet manifest for my controller nodes this resource definition:</div><div><br></div><div>    class { '::keystone::roles::admin':</div><div>        admin        => $keystone_admin_user,</div><div>        email        => $keystone_admin_email,</div><div>        password     => $keystone_admin_password,</div><div>    } -></div><div><br></div><div>And when puppet runs that code I get this error:</div><div> </div><div>    Error: /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[keystone_admin_user@openstack]: Could not evaluate: Execution of '/usr/bin/openstack domain show --format shell' returned 2: usage: openstack domain show [-h] [-f {shell,table,value}] [-c COLUMN]</div><div>                                 [--max-width <integer>] [--prefix PREFIX]</div><div>                                 <domain></div><div>    openstack domain show: error: too few arguments</div><div><br></div><div>Can anyone help me?  Are these Puppet modules still being supported? Does anyone use them?  Thanks!</div></div>