Remove requirement to have id_rsa.pub

The dependant patch does remove SSH installation to all containers along
with the lxc_container_ssh_key variable.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/889945
Change-Id: I8d55566cb24b798d33155aa8679854725049f80a
This commit is contained in:
Dmitriy Rabotyagov 2023-10-11 16:27:09 +02:00
parent c8a460b395
commit 76e0f9ae31
1 changed files with 0 additions and 10 deletions

View File

@ -149,16 +149,6 @@ practices, see `GitHub's documentation about generating SSH keys`_.
.. _GitHub's documentation about generating SSH keys: https://help.github.com/articles/generating-ssh-keys/
.. important::
OpenStack-Ansible deployments require the presence of a
``/root/.ssh/id_rsa.pub`` file on the deployment host.
The contents of this file is inserted into an
``authorized_keys`` file for the containers, which is a
necessary step for the Ansible playbooks. You can
override this behavior by setting the
``lxc_container_ssh_key`` variable to the public key for
the container.
Configuring the storage
=======================