Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash -e
# Either install from pip if no $1, or $1 is a path or URL
# to an installable placement (such as a local copy of the
# repo).
PLACEMENT_LOCATION=${1:-openstack-placement}
# Make the virtualenv
python -m virtualenv -p python3 placetest