{"id":18595889,"url":"https://github.com/42bv/docker-openstack-client","last_synced_at":"2026-01-25T14:04:48.321Z","repository":{"id":144794963,"uuid":"111707287","full_name":"42BV/docker-openstack-client","owner":"42BV","description":"Run the OpenStack clients in a docker container","archived":false,"fork":false,"pushed_at":"2018-08-21T10:48:48.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-16T12:39:46.673Z","etag":null,"topics":["dockerfile","openstack","openstack-clients","openstack-heat","python-heatclient","python-openstackclient"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/42bv","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/42BV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-22T16:23:45.000Z","updated_at":"2018-08-21T10:48:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"fcfbba7e-7aaf-4c05-b0f9-35e8def017dc","html_url":"https://github.com/42BV/docker-openstack-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/42BV/docker-openstack-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42BV%2Fdocker-openstack-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42BV%2Fdocker-openstack-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42BV%2Fdocker-openstack-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42BV%2Fdocker-openstack-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/42BV","download_url":"https://codeload.github.com/42BV/docker-openstack-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42BV%2Fdocker-openstack-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dockerfile","openstack","openstack-clients","openstack-heat","python-heatclient","python-openstackclient"],"created_at":"2024-11-07T01:22:06.778Z","updated_at":"2026-01-25T14:04:48.295Z","avatar_url":"https://github.com/42BV.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Build Statu](https://img.shields.io/docker/build/42bv/openstack-client.svg)](https://hub.docker.com/r/42bv/openstack-client/builds/) ![Docker Stars](https://img.shields.io/docker/stars/42bv/openstack-client.svg) [![Docker Pulls](https://img.shields.io/docker/pulls/42bv/openstack-client.svg)](https://hub.docker.com/r/42bv/openstack-client/)\n\n# [![Docker - OpenStack Client](https://raw.githubusercontent.com/42BV/docker-openstack-client/master/logo.png)](https://www.openstack.org)\n\nRun the OpenStack clients in a Docker container.\n\n## Projects included\n\n### [python-openstackclient](https://github.com/openstack/python-openstackclient)\n\u003e OpenStack Client is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Object Store and Block Storage APIs together in a single shell with a uniform command structure.\n\n### [python-heatclient](https://github.com/openstack/python-heatclient)\n\u003e This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient module) and a command-line tool (heat).\n\n---\n\n## Requirements\n\n- [Docker](https://www.docker.com/community-edition)\n\n## Build \n\nModify and build the container image from source:\n```\ngit clone https://github.com/42BV/docker-openstack-client.git\ncd docker-openstack-client\n```\n```\ndocker build -t openstack-client:\u003ctag\u003e .\n```\n\n## Pull\n\n### Supported tags and Dockerfile links\n\n- latest ([Dockerfile](https://github.com/42BV/docker-openstack-client/blob/master/Dockerfile))\n\nDownload a ready for use container image:\n```\ndocker pull 42bv/openstack-client:latest\n```\n\n## Usage\n\n### Credentials\nCreate a clouds.yaml file. You can find this information the the Horizon dashboard. You can add mutiple clouds to this file.\n```\nclouds:\n  \u003ccloud\u003e:\n    auth:\n      auth_url: \"\u003curl\u003e\"\n      username: \"\u003cusername\u003e\"\n      password: \"\u003cpassword\u003e\"\n      user_domain_name: \"Default\"\n      project_domain_name: \"Default\"\n      project_name: \"\u003cproject\u003e\" # optional\n    region_name: \"\u003cregion\u003e\"\n    identity_api_version: 3\n```\n\n### Important\n- Make sure you set (`-e`) the `OS_CLOUD` variable with the name of your cloud.\n- Mount (`-v`) the directory containing `clouds.yaml` to `/etc/openstack`.\n\n### Run in Interactive Mode:\n```\ndocker run -it --rm -v $PWD:/etc/openstack -e \"OS_CLOUD=\u003ccloud\u003e\" --name openstack-client 42bv/openstack-client:latest\n```\n\n### Run in Detached Mode:\n```\ndocker run -id --rm -v $PWD:/etc/openstack -e \"OS_CLOUD=\u003ccloud\u003e\" --name openstack-client 42bv/openstack-client:latest\ndocker exec openstack-client openstack \u003csubcommand\u003e\n```\n\nTo see if you are connected to your cloud run:\n\n```\nconfiguration show\n```\n\n---\n\n## Heat Orchestration Templates\n![Heat Orchestration](https://raw.githubusercontent.com/42BV/docker-openstack-client/master/heat.png)\n\nTemplate Guide: https://docs.openstack.org/heat/latest/template_guide/index.html\n\nUsing templates to launch a stack:\n- Run openstack-client in \"Detached Mode\" as described above.\n- When referencing Heat Orchestration Templates, note that the workdir inside the container is `/etc/openstack`.\n\n```\ndocker exec openstack-client openstack stack create -t /etc/openstack/\u003ctemplate.yaml\u003e \u003cstack_name\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F42bv%2Fdocker-openstack-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F42bv%2Fdocker-openstack-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F42bv%2Fdocker-openstack-client/lists"}