openstack-manuals/doc/user-guide/samples/xml_curl.txt
Andreas Jaeger 0c6820260e Fix niceness gate
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
2014-10-25 19:12:34 +02:00

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