[docker] Fix location of rally-openstack code
Change-Id: Ifc27f59669222bc8cf5695a5843481979913c4f7
This commit is contained in:
parent
9858b834ba
commit
0327fe94a0
@ -19,6 +19,13 @@ Changelog
|
|||||||
[unreleased]
|
[unreleased]
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Changed
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
|
* Location of rally-openstack code with docs and samples inside the docker
|
||||||
|
image changed from /rally/xrally_opentstack to /rally/xrally_openstack
|
||||||
|
(there was a typo in work openstack)
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@ FROM xrally/xrally:3.1.0
|
|||||||
|
|
||||||
# "rally" user (which is selected by-default) is owner of "/rally" directory,
|
# "rally" user (which is selected by-default) is owner of "/rally" directory,
|
||||||
# so there is no need to call chown or switch the user
|
# so there is no need to call chown or switch the user
|
||||||
COPY . /rally/xrally_opentstack
|
COPY . /rally/xrally_openstack
|
||||||
WORKDIR /rally/xrally_opentstack
|
WORKDIR /rally/xrally_openstack
|
||||||
|
|
||||||
# to install package system-wide, we need to temporary switch to root user
|
# to install package system-wide, we need to temporary switch to root user
|
||||||
USER root
|
USER root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user