<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 15.08.2014 04:43, schrieb sylecn:<br>
    </div>
    <blockquote
cite="mid:CACGNuiSyntcOdtp9kka71cf=5UBF=xDZopr_fH2wOhBddOGMaw@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_extra"><br>
          <br>
          <div class="gmail_quote">On Tue, Aug 12, 2014 at 4:42 PM,
            Daniel Spiekermann <span dir="ltr"><<a
                moz-do-not-send="true"
                href="mailto:daniel.spiekermann@fernuni-hagen.de"
                target="_blank">daniel.spiekermann@fernuni-hagen.de</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">Hi all,<br>
              <br>
              I'm new to Openstack, and now have some problems with the
              installation of OS Havana on Debian 7.<br>
              I used the official document for Debian 7(<a
                moz-do-not-send="true"
href="http://docs.openstack.org/icehouse/install-guide/install/apt-debian/content/"
                target="_blank">http://docs.openstack.org/icehouse/install-guide/install/apt-debian/content/</a>)
              word-by-word, but there are some strange errors, I can't
              explain.<br>
              <br>
              I am trying to control my user-role-list via keystone
              user-role-list, but I just get<br>
              <br>
              WARNING: Bypassing authentication using a token &
              endpoint (authentication credentials are being ignored).<br>
              Unknown Attribute: auth_tenant_id<br>
              <br>
              keystone user-list and keystone role-list work perfect.<br>
              <br>
              There are no hints or any output in logfile (debug and
              verbose logging enabled).<br>
              <br>
              Any hints or suggestions?<br>
              Thanks<br>
              Dan<br>
              <br>
              _______________________________________________<br>
              Mailing list: <a moz-do-not-send="true"
                href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack"
                target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
              Post to     : <a moz-do-not-send="true"
                href="mailto:openstack@lists.openstack.org"
                target="_blank">openstack@lists.openstack.org</a><br>
              Unsubscribe : <a moz-do-not-send="true"
                href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack"
                target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
            </blockquote>
          </div>
          <br>
        </div>
        <div class="gmail_extra">When using the OS_SERVICE_TOKEN, this
          error is expected.<br>
          To run keystone user-role-list, you need to create an admin
          account and use that account's user/password to do auth.<br
            clear="all">
        </div>
        <div class="gmail_extra"><br>
          -- <br>
          <div dir="ltr">
            <div><span><span> </span><i>YY Inc. is hiring</i> openstack
                and python developers. Interested? Check <a
                  moz-do-not-send="true"
                  href="http://soa.game.yy.com/jobs.html"
                  target="_blank">http://soa.game.yy.com/jobs.html</a><br>
                <br>
              </span>--<br>
              Thanks,<br>
            </div>
            Yuanle<br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Hi,<br>
    <br>
    so I create a special admin via<br>
    keystone user-create --name dsp --pass 123<br>
    keystone user-role-add --name dsp --role admin --tenant admin<br>
    then I unset OS_SERVICE_TOKEN<br>
    and try to get the user-role-list via<br>
    keystone --debug --os-username=dsp
    --os-auth-url=<a class="moz-txt-link-freetext" href="http://172.23.56.78:35357/v2.0">http://172.23.56.78:35357/v2.0</a> --os-password=123 
    user-role-list <br>
    and just get no result.<br>
    But if I try to add some user-role-list entries, keystone tells,
    that this combination still exists. For my opinion, I should get
    some result for the keystone user-role-list or am I wrong?<br>
    <br>
    With the debug-option on, I get this:<br>
    "user": {"username": "dsp", "roles_links": [], "id":
    "11958972ebce4d97831f3139ab3465aa", "roles": [], "name": "dsp"},
    "metadata": {"is_admin": 0, "roles": []}}}<br>
    Shouldn't the is_admin parameter set to 1?<br>
    <br>
    <br>
    Thanks <br>
    Dan<br>
    <br>
  </body>
</html>