Skip to content

Commit

Permalink
BZ 795935 - put back username and password for conf/vsphere_configure
Browse files Browse the repository at this point in the history
https://bugzilla.redhat.com/show_bug.cgi?id=795935

For consistency we're putting username and password back in.

They are, however, unused by configure.

We are aiming to remove username and password completely from conf/
at some point in the future. This will involve changing how the RHEV
nfs-dir is validated.
  • Loading branch information
rwsu committed Mar 2, 2012
1 parent 415e5b9 commit bfa5682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/vsphere_configure
Expand Up @@ -14,5 +14,7 @@ classes:
# Uncomment and provide values to match your vSphere environment.
# Values below are examples.
# deltacloud_provider: vsphere.server.com
# username: username
# password: password
# datastore: datastore
# network_name: network_name
2 changes: 2 additions & 0 deletions recipes/aeolus/manifests/profiles/vsphere/instance.pp
Expand Up @@ -13,6 +13,8 @@
# limitations under the License.

define aeolus::profiles::vsphere::instance ($deltacloud_provider,
$username,
$password,
$datastore,
$network_name)
{
Expand Down

0 comments on commit bfa5682

Please sign in to comment.