Bug 1226006

Summary: Option "username" from group "keystone_authtoken" is deprecated. Use option "username" from group "keystone_authtoken".
Product: [Community] RDO Reporter: Christian Berendt <berendt>
Component: openstack-neutronAssignee: lpeer <lpeer>
Status: CLOSED EOL QA Contact: Ofer Blaut <oblaut>
Severity: low Docs Contact:
Priority: unspecified    
Version: KiloCC: chrisw, srevivo
Target Milestone: ---   
Target Release: Kilo   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-19 15:32:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Berendt 2015-05-28 17:58:08 UTC
After starting neutron-server I saw the following warning message in /var/log/neutron/server.log. Does not makes sense to me. username in keystone_authtoken is deprecated and username in keystone_authtoken should be used?

2015-05-28 17:51:44.435 8256 WARNING oslo_config.cfg [-] Option "username" from group "keystone_authtoken" is deprecated. Use option "username" from group "keystone_authtoken".

I used the following keystone_authtoken group in /etc/neutron/neutron.conf:

[keystone_authtoken]
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = neutron
password = NEUTRON_PASS

Comment 1 Christian Berendt 2015-05-28 18:00:53 UTC
Tested on CentOS 7.1 with https://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/.

Comment 2 Chandan Kumar 2016-05-19 15:32:16 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.