Remove steps adding Rancher local user

Change-Id: Iffbd0f8592eb9ba71a8ab85104207c3b5e168ce4
diff --git a/edge_deployment/runtime_deployment.rst b/edge_deployment/runtime_deployment.rst
index 18a6905..3914e8b 100644
--- a/edge_deployment/runtime_deployment.rst
+++ b/edge_deployment/runtime_deployment.rst
@@ -177,7 +177,7 @@
 
    If you skipped VPN bootstrap step and didn't update global resource maps for the new edge,
    go to :ref:`Update global resource maps <update_global_resource>` step and
-   finish ``cluster_map.tfvars`` and ``user_map.tfvars`` update first before proceeding.
+   finish ``cluster_map.tfvars`` update first before proceeding.
 
 Run the following commands to automatically generate Terraform configurations needed to
 create a new cluster in `Rancher <https://rancher.aetherproject.org>`_ and add the servers
@@ -197,7 +197,6 @@
    Created ../production/ace-test/rke-bare-metal.tf
    Created ../production/ace-test/addon-manifests.yml.tpl
    Created ../production/ace-test/project.tf
-   Created ../production/ace-test/member.tf
    Created ../production/ace-test/backend.tf
    Created ../production/ace-test/cluster_val.tfvars
 
diff --git a/edge_deployment/vpn_bootstrap.rst b/edge_deployment/vpn_bootstrap.rst
index 7c48504..26b1c81 100644
--- a/edge_deployment/vpn_bootstrap.rst
+++ b/edge_deployment/vpn_bootstrap.rst
@@ -123,34 +123,12 @@
 
 Add the new cluster information at the end of the following global resource maps.
 
-* ``user_map.tfvars``
 * ``cluster_map.tfvars``
 * ``vpn_map.tfvars``
 
 .. code-block:: diff
 
    $ cd $WORKDIR/aether-pod-configs/production
-   $ vi user_map.tfvars
-
-   # Add the new cluster admin user at the end of the map
-   $ git diff user_map.tfvars
-   --- a/production/user_map.tfvars
-   +++ b/production/user_map.tfvars
-   @@ user_map = {
-      username      = "menlo"
-      password      = "changeme"
-      global_roles  = ["user-base", "catalogs-use"]
-   +  },
-   +  test_admin = {
-   +    username      = "test"
-   +    password      = "changeme"
-   +    global_roles  = ["user-base", "catalogs-use"]
-      }
-   }
-
-.. code-block:: diff
-
-   $ cd $WORKDIR/aether-pod-configs/production
    $ vi cluster_map.tfvars
 
    # Add the new K8S cluster information at the end of the map
@@ -249,7 +227,6 @@
    Changes not staged for commit:
 
       modified:   cluster_map.tfvars
-      modified:   user_map.tfvars
       modified:   vpn_map.tfvars
 
    Untracked files: