[filter:authtoken]
paste.filter_factory = heat.common.auth_token:filter_factory
-auth_host = 127.0.0.1
-auth_port = 35357
-auth_protocol = http
-auth_uri = http://127.0.0.1:5000/v2.0
-
-# These must be set to your local values in order for the token
-# authentication to work.
-admin_tenant_name = service
-admin_user = heat
-admin_password = verybadpass
# syslog_log_facility = LOG_LOCAL0
rpc_backend=heat.openstack.common.rpc.impl_qpid
+
+[keystone_authtoken]
+auth_host = 127.0.0.1
+auth_port = 35357
+auth_protocol = http
+auth_uri = http://127.0.0.1:5000/v2.0
+
+# These must be set to your local values in order for the token
+# authentication to work.
+admin_tenant_name = service
+admin_user = heat
+admin_password = verybadpass
[filter:authtoken]
paste.filter_factory = heat.common.auth_token:filter_factory
-auth_host = 127.0.0.1
-auth_port = 35357
-auth_protocol = http
-auth_uri = http://127.0.0.1:5000/v2.0
-
-# These must be set to your local values in order for the token
-# authentication to work.
-admin_tenant_name = service
-admin_user = heat
-admin_password = verybadpass
bind_port = 8003
rpc_backend=heat.openstack.common.rpc.impl_qpid
+
+[keystone_authtoken]
+auth_host = 127.0.0.1
+auth_port = 35357
+auth_protocol = http
+auth_uri = http://127.0.0.1:5000/v2.0
+
+# These must be set to your local values in order for the token
+# authentication to work.
+admin_tenant_name = service
+admin_user = heat
+admin_password = verybadpass
[filter:authtoken]
paste.filter_factory = heat.common.auth_token:filter_factory
-auth_host = 127.0.0.1
-auth_port = 35357
-auth_protocol = http
-auth_uri = http://127.0.0.1:5000/v2.0
-
-# These must be set to your local values in order for the token
-# authentication to work.
-admin_tenant_name = service
-admin_user = heat
-admin_password = verybadpass
[filter:custombackendauth]
paste.filter_factory = heat.common.custom_backend_auth:filter_factory
# Uncomment this if you're using a custom cloud backend:
# [paste_deploy]
# flavor = custombackend
+
+[keystone_authtoken]
+auth_host = 127.0.0.1
+auth_port = 35357
+auth_protocol = http
+auth_uri = http://127.0.0.1:5000/v2.0
+
+# These must be set to your local values in order for the token
+# authentication to work.
+admin_tenant_name = service
+admin_user = heat
+admin_password = verybadpass