Adding a statement about the need to add the 'username' of the newly created user in the host-slave.xml (#224)

This commit is contained in:
Priyanka Nag 2018-04-06 11:05:27 +05:30 committed by Stian Thorgersen
parent ddc88588f8
commit 9bc60d9de1

View file

@ -269,6 +269,13 @@ Now cut and paste the secret value into the _.../domain/configuration/host-slave
</server-identities> </server-identities>
---- ----
You will also need to add the _username_ of the created user in the _.../domain/configuration/host-slave.xml_ file:
[source,xml]
----
<remote security-realm="ManagementRealm" username="admin">
----
===== Run the Boot Scripts ===== Run the Boot Scripts
Since we're simulating a two node cluster on one development machine, you'll run the boot script twice: Since we're simulating a two node cluster on one development machine, you'll run the boot script twice: