Skip to content

Commit

Permalink
[stable/2023.1] Fix CLI issues (#1580)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #1575
/assign mnaser
  • Loading branch information
vexxhost-bot authored Jul 12, 2024
1 parent ead5b64 commit 0f86d09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions images/python-openstackclient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ EOF

FROM registry.atmosphere.dev/library/python-base:${RELEASE}
COPY --from=build --link /var/lib/openstack /var/lib/openstack

# NOTE(mnaser): The Magnum client relies on the SHELL environment variable
# to determine the shell to use.
ENV SHELL=/bin/bash

# NOTE(mnaser): When we call this container, we mount the current directory
# into `/opt` and then we can call `openstack` commands.
WORKDIR /opt

0 comments on commit 0f86d09

Please sign in to comment.