Merge "Replace "NO-BREAK SPACE" unicode characters with spaces"
This commit is contained in:
@@ -121,26 +121,26 @@
|
||||
file contents as the value. So, a simple example looks like this:
|
||||
</para>
|
||||
<programlisting language="json">{
|
||||
"files": {
|
||||
"myfile": "#!/bin/bash\necho \"Hello world\" > /root/testfile.txt"
|
||||
},
|
||||
...,
|
||||
"stack_name": "teststack",
|
||||
"template": {
|
||||
...,
|
||||
"resources": {
|
||||
"my_server": {
|
||||
"type": "OS::Nova::Server",
|
||||
"properties": {
|
||||
...,
|
||||
"user_data": {
|
||||
"get_file": "myfile"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeout_mins": 60
|
||||
"files": {
|
||||
"myfile": "#!/bin/bash\necho \"Hello world\" > /root/testfile.txt"
|
||||
},
|
||||
...,
|
||||
"stack_name": "teststack",
|
||||
"template": {
|
||||
...,
|
||||
"resources": {
|
||||
"my_server": {
|
||||
"type": "OS::Nova::Server",
|
||||
"properties": {
|
||||
...,
|
||||
"user_data": {
|
||||
"get_file": "myfile"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeout_mins": 60
|
||||
}</programlisting>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
|
||||
Reference in New Issue
Block a user