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
This commit is contained in:
Vadim Rovachev 2014-02-18 16:01:36 +04:00
parent 07cf1cc9ac
commit 6cec2d8b52
1 changed files with 1 additions and 1 deletions

View File

@ -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