[keystone_authtoken] section from /usr/share/nova/nova-dist.conf should be reflected in nova.conf. According the request from :https://bugzilla.redhat.com/show_bug.cgi?id=958497#c7 [keystone_authtoken] admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% auth_host = 127.0.0.1 auth_port = 35357 auth_protocol = http
Verified openstack-nova-2013.1.1-3. The following exist under /etc/nova/nova.conf : [keystone_authtoken] # the name of the admin tenant (string value) #admin_tenant_name=%SERVICE_TENANT_NAME% # the keystone admin username (string value) #admin_user=%SERVICE_USER% # the keystone admin password (string value) #admin_password=%SERVICE_PASSWORD% # the keystone host (string value) #auth_host=127.0.0.1 # the keystone port (integer value) #auth_port=35357 # protocol to be used for auth requests http/https (string value) #auth_protocol=http
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0936.html