adds bifrost ssh key generation

- This change extend the genpwd.py
  command to generate an ssh key pair
  bifrost.
- This change bifrost config and bootstrap
  task to install the generated keys.
- This change updates the bifrost guide to
  discribe how to provide your own key.

Change-Id: I05243f58843d9195cace253dff5628fae89c78e8
Implements: blueprint bifrost-support
This commit is contained in:
Sean Mooney
2016-08-03 14:25:52 +00:00
parent 96b3f0ae3e
commit 538dbac24a
8 changed files with 41 additions and 2 deletions

View File

@@ -88,6 +88,10 @@ keystone_ssh_key:
private_key:
public_key:
bifrost_ssh_key:
private_key:
public_key:
####################
# RabbitMQ options
####################