From: NjeriChelimo <[email protected]>
---
site/content/cimi-curl/cimi-curl-volumes.md | 4 ++--
site/output/cimi-curl/cimi-curl-volumes.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/site/content/cimi-curl/cimi-curl-volumes.md
b/site/content/cimi-curl/cimi-curl-volumes.md
index e2f00c2..1de48a5 100644
--- a/site/content/cimi-curl/cimi-curl-volumes.md
+++ b/site/content/cimi-curl/cimi-curl-volumes.md
@@ -90,11 +90,11 @@ title: CIMI cURL Examples - Volume Resources
<p>Retrieve the Volume Image Collection in xml format:</p>
- <pre> curl --user "user:pass" -H "Accept: application/xml"
http://localhost:3001/cimi/volume_images</pre>
+ <pre> curl --user "mockuser:mockpassword" -H "Accept: application/xml"
http://localhost:3001/cimi/volume_images</pre>
<p>Retrieve a specific Volume Image in json format:</p>
- <pre> curl --user "user:pass" -H "Accept: application/json"
http://localhost:3001/cimi/volume_images/vol_image1 </pre>
+ <pre> curl --user "mockuser:mockpassword" -H "Accept: application/json"
http://localhost:3001/cimi/volume_images/vol_image1 </pre>
<p>Create a Volume Image from an existing Volume, XML body:</p>
diff --git a/site/output/cimi-curl/cimi-curl-volumes.html
b/site/output/cimi-curl/cimi-curl-volumes.html
index 6b07965..fa21a0e 100644
--- a/site/output/cimi-curl/cimi-curl-volumes.html
+++ b/site/output/cimi-curl/cimi-curl-volumes.html
@@ -182,11 +182,11 @@
<p>Retrieve the Volume Image Collection in xml format:</p>
- <pre> curl --user "user:pass" -H "Accept: application/xml"
http://localhost:3001/cimi/volume_images</pre>
+ <pre> curl --user "mockuser:mockpassword" -H "Accept: application/xml"
http://localhost:3001/cimi/volume_images</pre>
<p>Retrieve a specific Volume Image in json format:</p>
- <pre> curl --user "user:pass" -H "Accept: application/json"
http://localhost:3001/cimi/volume_images/vol_image1 </pre>
+ <pre> curl --user "mockuser:mockpassword" -H "Accept: application/json"
http://localhost:3001/cimi/volume_images/vol_image1 </pre>
<p>Create a Volume Image from an existing Volume, XML body:</p>
--
1.7.9.5