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
This commit is contained in:
Andreas Jaeger 2014-10-25 19:12:34 +02:00
parent 66216629aa
commit 0c6820260e
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ curl -i https://dfw.servers.api.rackspacecloud.com/v2/$account/servers.xml \
-H "Content-Type: application/xml" \
-H "Accept: application/xml" \
-H "X-Auth-Token: $token" \
-T server_post_req.xml | ppxml
-T server_post_req.xml | ppxml

View File

@ -450,4 +450,4 @@ combined into a single Cloud-init_ multi-part message:
.. _`Metadata service`: http://docs.openstack.org/admin-guide-cloud/content/section_metadata-service.html
.. _Cloud-init: http://cloudinit.readthedocs.org/en/latest/
.. _curl: http://curl.haxx.se/
.. _`Orchestration API`: http://developer.openstack.org/api-ref-orchestration-v1.html
.. _`Orchestration API`: http://developer.openstack.org/api-ref-orchestration-v1.html

View File

@ -4,4 +4,4 @@ curl -i https://dfw.servers.api.rackspacecloud.com/v2/$account/servers.xml \
-H "Content-Type: application/xml" \
-H "Accept: application/xml" \
-H "X-Auth-Token: $token" \
-T server_post_req.xml | ppxml
-T server_post_req.xml | ppxml