Looks like you need to update a few options...

This patch is here: https://review.openstack.org/#/c/280887/ is trying to
update the sample in glance's documentation.

In short, you should be able to remove all those and use:

  auth_url = http://controller:35357
  project_domain_id = default
  project_name = service
  user_domain_id = default
  username = glance
  password = XXX

stevemar



From:   Mārtiņš Jakubovičs <martins-li...@hostnet.lv>
To:     openstack@lists.openstack.org
Date:   2016/02/18 02:37 PM
Subject:        [Openstack] Annoying warning



Hello,

Can someone point how to get away from this annoying warning in glance-api?

2016-02-18 21:17:09.140 22878 WARNING keystonemiddleware.auth_token [-]
Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol,
identity_uri, admin_token, admin_user, admin_password, and
admin_tenant_name configuration options is deprecated in favor of
auth_plugin and related options and may be removed in a future release.

OpenStack Liberty, glance host - Ubuntu 14.04.

Keystone auth section in glance-api.conf:

[keystone_authtoken]
auth_uri = http://controller:5000
identity_uri = http://controller:35357/
admin_user = glance
admin_password = XXX
admin_tenant_name = service

Best regards,
Martins

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to