Skip to content

Feat os env

Bo-Chun Chen requested to merge louistw/ohpc_vagrant:feat-os-env into feat-openstack

Instead of hardcode username and password in the Vagrantfile, we can use ENV to get it. Only thing we need to do is source the openrc.sh before you run vagrant related command.

Merge request reports