From 229221ec9780112981aedfc8849272aa49a9b25b Mon Sep 17 00:00:00 2001 From: Mike Pittaro Date: Fri, 3 Feb 2012 15:46:01 -0800 Subject: Fix bug 921814 changes handling of adminPass in API. Add a new nova configuration flag, boolean, enable_instance_password. When the flag is True (default), existing behavior is unchanged. When the flag is False, responses from the create or rebuild API calls don't include the adminPass attribute. Change-Id: Icb2bd703770f3a39bb1e458dc31e1489d48da7c1 --- Authors | 1 + 1 file changed, 1 insertion(+) (limited to 'Authors') diff --git a/Authors b/Authors index 815bbe7cf..afcc2bd70 100644 --- a/Authors +++ b/Authors @@ -115,6 +115,7 @@ Matthew Hooker Michael Gundlach Michael Still Mike Lundy +Mike Pittaro Mike Scherbakov Mikyung Kang Mohammed Naser -- cgit