rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

updated openstack_image variable expression to fix docker_images syntax #59

Closed JaredBurck closed 8 years ago

JaredBurck commented 8 years ago

What does this PR do?

This PR fixes the syntax issue with the OPENSHIFT_IMAGES variable expression that was missed in the previous docker client run fix.

How should this be manually tested?

1 execute ./run.sh and check for build or errors and verify startup 2 remove rhtconsulting/rhc-openstack-client image docker rmi <id_of_image> 3 execute ./run.sh and watch for docker build or errors and verify startup 4 execute ./run.sh again and verify docker build does not occur and startup successfully

Is there a relevant Issue open for this?

Related to PR #52, but this is closed.

Who would you like to review this?

/cc @sabre1041

sabre1041 commented 8 years ago

tested and works :)