Skip to content

Commit 2eca929

Browse files
committed
Fixed the error in nutanix sample install-config.yaml by moving the username, and password feilds under the prismCental stanza
1 parent 6398cea commit 2eca929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-nutanix-config-yaml.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ platform:
6464
endpoint:
6565
address: your.prismcentral.domainname <1>
6666
port: 9440 <1>
67-
password: samplepassword <1>
68-
username: sampleadmin <1>
67+
password: samplepassword <1>
68+
username: sampleadmin <1>
6969
prismElements:
7070
- endpoint:
7171
address: your.prismelement.domainname

0 commit comments

Comments
 (0)