From 14f3f05df3f4d5178cfe00528889f4a524ee5fee Mon Sep 17 00:00:00 2001 From: Mike Pittaro Date: Wed, 7 Mar 2012 07:34:54 -0800 Subject: [PATCH] Fix bug 948275 Document --enable_instance_password (API docs) Update compute API developers guide to include a reference to the new --enable_instance_password flag. Change-Id: Ic6f1e4a738f3084e919bdf8259f766b63f647b8c --- openstack-compute-api-2/src/os-compute-devguide.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openstack-compute-api-2/src/os-compute-devguide.xml b/openstack-compute-api-2/src/os-compute-devguide.xml index 3076e39..7420283 100644 --- a/openstack-compute-api-2/src/os-compute-devguide.xml +++ b/openstack-compute-api-2/src/os-compute-devguide.xml @@ -1944,6 +1944,15 @@ Host: servers.api.openstack.org/v2/ reasons, the password will not be returned in subsequent &GET; calls. + + Handling of admin passwords depends on the hypervisor + used, and may require configuration of an agent within the + instance. The configuration flag --enable_instance_password + can be used to disable the return of the admin password for + installations that don't support setting instance passwords. + See the OpenStack Compute Admin Manual for additional details + on configuring this flag. +
Server Metadata