Docs: Mandatory ssh public key

Because an id_rsa.pub is mandatory in the container generation,
this commit gives information about it in the docs.

Change-Id: I253c159c66559aa849956ecbbc580e0b6e7bd8c3
Closes-Bug: #1574019
This commit is contained in:
Jean-Philippe Evrard 2016-04-29 16:53:31 +01:00 committed by Robb Romans
parent 4e8596b429
commit dfc642c981
1 changed files with 9 additions and 0 deletions

View File

@ -69,6 +69,15 @@ practices, refer to `GitHub's documentation on generating SSH keys`_.
.. _GitHub's documentation on generating SSH keys: https://help.github.com/articles/generating-ssh-keys/
.. warning:: OpenStack-Ansible deployments expect the presence of a
``/root/.ssh/id_rsa.pub`` file on the hosts that use LXC.
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 LVM
~~~~~~~~~~~~~~~