Commit 5b26560e authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: update private open stack example

parent c6b36420
...@@ -141,7 +141,7 @@ powered by Metacloud. ...@@ -141,7 +141,7 @@ powered by Metacloud.
<pre class="prettyprint"> <pre class="prettyprint">
{ {
"type": "openstack", "type": "openstack",
"ssh_username": "monkey", "ssh_username": "root",
"image_name": "ubuntu1404_packer_test_1", "image_name": "ubuntu1404_packer_test_1",
"source_image": "91d9c168-d1e5-49ca-a775-3bfdbb6c97f1", "source_image": "91d9c168-d1e5-49ca-a775-3bfdbb6c97f1",
"flavor": "2" "flavor": "2"
...@@ -153,10 +153,10 @@ doesn't appear in the template. That is because I source a standard ...@@ -153,10 +153,10 @@ doesn't appear in the template. That is because I source a standard
OpenStack script with environment variables set before I run this. This OpenStack script with environment variables set before I run this. This
script is setting environment variables like: script is setting environment variables like:
- OS_AUTH_URL * `OS_AUTH_URL`
- OS_TENANT_ID * `OS_TENANT_ID`
- OS_USERNAME * `OS_USERNAME`
- OS_PASSWORD * `OS_PASSWORD`
## Troubleshooting ## Troubleshooting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment