From 6cec2d8b5280f8958f8a0c7587dcd8751c5f78f7 Mon Sep 17 00:00:00 2001 From: Vadim Rovachev Date: Tue, 18 Feb 2014 16:01:36 +0400 Subject: [PATCH] Add change in README file according to changes in code Manifest slave_template.pp was renamed single_use_slave.pp This change added to README file. Change-Id: I5168cba9e4a87c10f83728e99198a3e55e1d06f7 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0070b436..ebf3f09e 100644 --- a/README.rst +++ b/README.rst @@ -164,7 +164,7 @@ and reboot to make sure you're running a current kernel:: && git clone https://review.openstack.org/p/openstack-infra/config \ && config/install_puppet.sh && config/install_modules.sh \ && puppet apply --modulepath=/root/config/modules:/etc/puppet/modules \ - -e "class { openstack_project::slave_template: install_users => false, + -e "class { openstack_project::single_use_slave: install_users => false, ssh_key => \"$( cat .ssh/authorized_keys )\" }" \ && echo HostKey /etc/ssh/ssh_host_ecdsa_key >> /etc/ssh/sshd_config \ && reboot