Skip to content

Commit bfac250

Browse files
DevdattaDevdatta
authored andcommitted
OpenStack
- Devstack setup - Contributing code to OpenStack example (adding CLI flag to Python heat client)
1 parent 0a05154 commit bfac250

4 files changed

Lines changed: 1048 additions & 0 deletions

File tree

OpenStack/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
OpenStack
2+
=========
3+
4+
OpenStack is Open source Cloud Computing Infrastructure (https://www.openstack.org/)
5+
6+
This guide will help you run OpenStack locally on your machine.
7+
It will also guide you to work with OpenStack code.
8+
9+
Specifically, we will be setting up Devstack, which is a version of
10+
OpenStack that can be used for local development and testing of
11+
various OpenStack components.
12+
13+
For working with OpenStack code, we are going to use the OpenStack
14+
Orchestration Project named Heat (https://wiki.openstack.org/wiki/Heat)
15+
16+
1. devstack_setup_guide.md will guide you with setting up Devstack on your machine.
17+
There are instructions for Windows, MacOS, and Ubuntu.
18+
19+
2. heatclient_dev_setup.md will guide you with setting up Python heatclient for your devstack setup.
20+
21+
3. adding_cli_flag_guide.md will guide you to add a new CLI flag to the Heat python client.

0 commit comments

Comments
 (0)