Skip to content

A simple environment to run OpenStack set of CLI tools in Python Poetry

License

Notifications You must be signed in to change notification settings

UoA-eResearch/poetry_openstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poetry_openstack

A simple environment to run OpenStack set of CLI tools in Python Poetry

Requirements

  • Python 3.10
  • Poetry

Quick Start

Install Poetry project:

poetry env use python3
poetry install --no-root

To use OpenStack CLI tools:

poetry shell
openstack --version

When done, you can exit the environment:

exit

Environment Variables

If you want to use env vars, install the required plugin and populate the .env file.

poetry self add poetry-dotenv-plugin

About

A simple environment to run OpenStack set of CLI tools in Python Poetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published