<html>
  <head>
    <meta content="text/html; charset=windows-1257"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    With experimenting I got at least something more clear...<br>
    <br>
    [keystone_authtoken]<br>
    auth_uri = <a class="moz-txt-link-freetext" href="http://controller:5000">http://controller:5000</a><br>
    auth_url = <a class="moz-txt-link-freetext" href="http://controller:35357">http://controller:35357</a><br>
    auth_plugin = password<br>
    project_domain_id = default<br>
    user_domain_id = default<br>
    project_name = service<br>
    username = glance<br>
    password = XXX<br>
    <br>
    But now I got really confusing warning message:<br>
    <br>
    WARNING oslo_config.cfg [-] Option "username" from group
    "keystone_authtoken" is deprecated. Use option "user-name" from
    group "keystone_authtoken".<br>
    <br>
    If I change username to user-name glance auth is not working, and
    changing back to username works. Looks like bug...<br>
    <br>
    Best regards,<br>
    Martins<br>
    <br>
    <div class="moz-cite-prefix">On 2016.02.18. 22:01, Steve Martinelli
      wrote:<br>
    </div>
    <blockquote
      cite="mid:201602182001.u1IK1qrT004125@d01av04.pok.ibm.com"
      type="cite">
      <p>Looks like you need to update a few options...<br>
        <br>
        This patch is here: <a moz-do-not-send="true"
          href="https://review.openstack.org/#/c/280887/">https://review.openstack.org/#/c/280887/</a>
        is trying to update the sample in glance's documentation.<br>
        <br>
        In short, you should be able to remove all those and use:<br>
        <br>
        auth_url = <a moz-do-not-send="true"
          href="http://localhost:35357/">http://controller:35357</a><br>
        project_domain_id = default<br>
        project_name = service<br>
        user_domain_id = default<br>
        username = glance<br>
        password = XXX<br>
        <br>
        stevemar<br>
        <br>
        <img src="cid:part3.05070009.04040308@hostnet.lv" alt="Inactive
          hide details for Mārtiņš Jakubovičs ---2016/02/18 02:37:33
          PM---Hello, Can someone point how to get away from this"
          border="0" height="16" width="16"><font color="#424282">Mārtiņš
          Jakubovičs ---2016/02/18 02:37:33 PM---Hello, Can someone
          point how to get away from this annoying warning in
          glance-api?</font><br>
        <br>
        <font color="#5F5F5F" size="2">From: </font><font size="2">Mārtiņš
          Jakubovičs <a class="moz-txt-link-rfc2396E" href="mailto:martins-lists@hostnet.lv"><martins-lists@hostnet.lv></a></font><br>
        <font color="#5F5F5F" size="2">To: </font><font size="2"><a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a></font><br>
        <font color="#5F5F5F" size="2">Date: </font><font size="2">2016/02/18
          02:37 PM</font><br>
        <font color="#5F5F5F" size="2">Subject: </font><font size="2">[Openstack]
          Annoying warning</font><br>
      </p>
      <hr style="color:#8091A5; " noshade="noshade" size="2"
        width="100%" align="left"><br>
      <br>
      <br>
      <tt>Hello,<br>
        <br>
        Can someone point how to get away from this annoying warning in
        glance-api?<br>
        <br>
        2016-02-18 21:17:09.140 22878 WARNING
        keystonemiddleware.auth_token [-] <br>
        Use of the auth_admin_prefix, auth_host, auth_port,
        auth_protocol, <br>
        identity_uri, admin_token, admin_user, admin_password, and <br>
        admin_tenant_name configuration options is deprecated in favor
        of <br>
        auth_plugin and related options and may be removed in a future
        release.<br>
        <br>
        OpenStack Liberty, glance host - Ubuntu 14.04.<br>
        <br>
        Keystone auth section in glance-api.conf:<br>
        <br>
        [keystone_authtoken]<br>
        auth_uri = </tt><tt><a moz-do-not-send="true"
          href="http://controller:5000">http://controller:5000</a></tt><tt><br>
        identity_uri = </tt><tt><a moz-do-not-send="true"
          href="http://controller:35357/">http://controller:35357/</a></tt><tt><br>
        admin_user = glance<br>
        admin_password = XXX<br>
        admin_tenant_name = service<br>
        <br>
        Best regards,<br>
        Martins<br>
        <br>
        _______________________________________________<br>
        Mailing list: </tt><tt><a moz-do-not-send="true"
          href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></tt><tt><br>
        Post to     : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
        Unsubscribe : </tt><tt><a moz-do-not-send="true"
          href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></tt><tt><br>
        <br>
      </tt><br>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>