Merge pull request #3651 from nicholaskuechler/rax-update-files-docs

Update docs and example for injecting files.
reviewable/pr18780/r1
Michael DeHaan 11 years ago
commit 5d6a0f3515

@ -91,6 +91,9 @@ EXAMPLES = '''
name: rax-test1
flavor: 5
image: b11d9567-e412-4255-96b9-bd63ab23bcfe
files:
/root/.ssh/authorized_keys: /home/localuser/.ssh/id_rsa.pub
/root/test.txt: /home/localuser/test.txt
wait: yes
state: present
'''

Loading…
Cancel
Save