[doc] Add line to distribute nova keys

Change-Id: Id809956c7b3080cd302ef49c367d01e4f9fb8d3f
Closes-Bug: #1830434
This commit is contained in:
Dmitriy Rabotyagov 2020-04-08 19:42:50 +03:00
parent 4d0510bcfd
commit 600b23b1ad
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ cluster.
# openstack-ansible setup-hosts.yml --limit localhost,NEW_HOST_NAME
# ansible nova_all -m setup -a 'filter=ansible_local gather_subset="!all"'
# openstack-ansible setup-openstack.yml --limit localhost,NEW_HOST_NAME
# openstack-ansible os-nova-install.yml --tags nova-key --limit nova_compute
Alternatively you can try using new compute nodes deployment script
``/opt/openstack-ansible/scripts/add-compute.sh``.