summaryrefslogtreecommitdiffstats
path: root/docs/clustering.md
diff options
context:
space:
mode:
authorbeeankha <beeankha@gmail.com>2021-04-12 16:56:55 +0200
committerbeeankha <beeankha@gmail.com>2021-04-12 16:56:55 +0200
commit7c13d749b136f18a47750c0c817c2bf92139156a (patch)
tree9d9c059ac4b4467c868e1bae21f0217027aee4c8 /docs/clustering.md
parentMerge pull request #9873 from wenottingham/not-any-more-they-arent (diff)
downloadawx-7c13d749b136f18a47750c0c817c2bf92139156a.tar.xz
awx-7c13d749b136f18a47750c0c817c2bf92139156a.zip
Change 'ansible-tower-service' to 'automation-controller-service'
Diffstat (limited to 'docs/clustering.md')
-rw-r--r--docs/clustering.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clustering.md b/docs/clustering.md
index d13da47ae7..93c2d55ec0 100644
--- a/docs/clustering.md
+++ b/docs/clustering.md
@@ -131,7 +131,7 @@ For users who wish to manage SSH authentication from controlling instances to is
* **Provisioning** - Provisioning Instances after installation is supported by updating the `inventory` file and re-running the setup playbook. It's important that this file contain all passwords and information used when installing the cluster, or other instances may be reconfigured (this can be done intentionally).
-* **Deprovisioning** - Tower does not automatically de-provision instances since it cannot distinguish between an instance that was taken offline intentionally or due to failure. Instead, the procedure for de-provisioning an instance is to shut it down (or stop the `ansible-tower-service`) and run the Tower de-provision command:
+* **Deprovisioning** - Tower does not automatically de-provision instances since it cannot distinguish between an instance that was taken offline intentionally or due to failure. Instead, the procedure for de-provisioning an instance is to shut it down (or stop the `automation-controller-service`) and run the Tower de-provision command:
```
$ awx-manage deprovision_instance --hostname=<hostname>