0c6820260e
Current doc8 complains about: doc/hot-guide/source/software_deployment.rst:453: D005 No newline at end of file doc/common/samples/xml_curl.txt:7: D005 No newline at end of file doc/user-guide/samples/xml_curl.txt:7: D005 No newline at end of file Add new lines Change-Id: Ic8da4ba77446bc88de75e07c0e45d5ab09136538
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
curl -i https://dfw.servers.api.rackspacecloud.com/v2/$account/servers.xml \
|
|
-X POST \
|
|
-H "X-Auth-Project-Id: $account" \
|
|
-H "Content-Type: application/xml" \
|
|
-H "Accept: application/xml" \
|
|
-H "X-Auth-Token: $token" \
|
|
-T server_post_req.xml | ppxml
|