<div dir="ltr">+ ./stack.sh:main:1091                     :   create_keystone_accounts<br>+ lib/keystone:create_keystone_accounts:314 :   local admin_project<br>++ lib/keystone:create_keystone_accounts:315 :   oscwrap project show admin -f value -c id<br>WARNING: Failed to import plugin identity.<br>++ functions-common:oscwrap:2370            :   return 2<br>+ lib/keystone:create_keystone_accounts:315 :   admin_project='openstack: '\''project show admin -f value -c id'\'' is not an openstack command. See '\''openstack --help'\''.<br><div><br></div><div>I believe this is a completely mainline Keystone setup by devstack.  The top-level stack.sh code is<br><br></div><div>    echo_summary "Starting Keystone"<br><br>    if [ "$KEYSTONE_AUTH_HOST" == "$SERVICE_HOST" ]; then<br>        init_keystone<br>        start_keystone<br>        bootstrap_keystone<br>    fi<br><br>    create_keystone_accounts<br></div><div>    ...</div><div><br></div><div>bootstrap_keystone succeeded but create_keystone_accounts failed as shown above, trying to execute</div><div><br></div><div>    openstack project show "admin" -f value -c id</div><div><br></div><div>IIUC, the rootmost problem here is "WARNING: Failed to import plugin identity.", indicating that python-openstackclient is failing to import its openstackclient.identity.client module.  But I don't know any more about why that would be.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Many thanks,</div><div>    Neil</div><div><br></div></div>