Skip to content

hostwithquantum/openstack-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openstack-cli

A (base-)Docker image to run openstack cli.

Usage

  • customize .envrc-dist (for direnv)
  • run image:
$ make shell
# prints "openstack --help"
$ make shell CMD="server list"
# prints "openstack server list" output

Tags of this image follow the openstack client installed within.