Merge "tcup default to printing documentation if run without tcup.py"

This commit is contained in:
Jenkins 2014-06-13 18:19:08 +00:00 committed by Gerrit Code Review
commit e3ad76adad

View File

@ -47,3 +47,9 @@ RUN pip install -r /refstack/test-requirements.txt
# Running tempest setup
RUN cd tempest && git checkout stable/havana
RUN cd tempest && python setup.py install
# The tcup.py frontend must be used to run this Docker image
# The following CMD statement will run and print the documentation
# to inform the user of the proper way of running tcup. This
# CMD statement is overriden by tcup.py
CMD cat refstack/doc/tcup.md