diff options
author | Troy Dawson <tdawson@redhat.com> | 2015-02-17 14:04:02 -0600 |
---|---|---|
committer | Troy Dawson <tdawson@redhat.com> | 2015-02-17 14:04:02 -0600 |
commit | 208af8ffec722622ab6dff428154ac3b00ca1434 (patch) | |
tree | b9c5153beaa6563e9cd9a09e0eec97ea73287764 /README_GCE.md | |
parent | 5825d847da539256de3a7e4eef2dcbc38c198d0a (diff) | |
parent | bcb257a6a68cf907afeb547e34d456f0351b45c2 (diff) | |
download | openshift-208af8ffec722622ab6dff428154ac3b00ca1434.tar.gz openshift-208af8ffec722622ab6dff428154ac3b00ca1434.tar.bz2 openshift-208af8ffec722622ab6dff428154ac3b00ca1434.tar.xz openshift-208af8ffec722622ab6dff428154ac3b00ca1434.zip |
fixup oso-rhui repos
Diffstat (limited to 'README_GCE.md')
-rw-r--r-- | README_GCE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_GCE.md b/README_GCE.md index 2c738e56e..af758af21 100644 --- a/README_GCE.md +++ b/README_GCE.md @@ -72,5 +72,5 @@ Test The Setup 3. Try to create an instance: ``` - ./cloud.rb gce launch -n ${USER}-minion1 -e int --type os3-minion + ./cloud.rb gce launch -n ${USER}-node1 -e int --type os3-node ``` |