Merge "Replace "NO-BREAK SPACE" unicode characters with spaces"

This commit is contained in:
Jenkins
2015-08-23 20:21:31 +00:00
committed by Gerrit Code Review

View File

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