From a5e76458b95608248ed0a69e1f53a3731b3272c0 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 27 Mar 2012 14:43:42 -0700 Subject: Remove auth_uri, already have auth_host, auth_port Remove to clarify config From keystone docs: `auth_uri``: (optional, defaults to `auth_protocol`://`auth_host`:`auth_port`) Change-Id: I4349cd9545c571b37886ae38416c27b841e797f8 --- etc/nova/api-paste.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini index 7e1307449..d40a7ed67 100644 --- a/etc/nova/api-paste.ini +++ b/etc/nova/api-paste.ini @@ -149,7 +149,6 @@ service_port = 5000 auth_host = 127.0.0.1 auth_port = 35357 auth_protocol = http -auth_uri = http://127.0.0.1:5000/ admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% -- cgit