[upstream] Add development environment slide

Move the develpment environment setup after the introduction in the
agenda and add a slide with a pointer to the image and instructions.

Change-Id: I50c327394944925b0047eeef64c897b9bd0f839a
This commit is contained in:
Ildiko Vancsa 2017-05-01 09:49:24 -04:00
parent 6c7cf65360
commit 1b06e88eec
4 changed files with 35 additions and 2 deletions

@ -0,0 +1,21 @@
=================================
Setup the Development Environment
=================================
.. image:: ./_assets/os_background.png
:class: fill
:width: 100%
Summary
=======
- Tools pre-packaged in a VM image
- Web browser: Firefox
- Terminal emulator: Xfce4-terminal
- Text editor: Geany
- IRC client: HexChat
- OpenStack sandbox environment: DevStack
- VM image and instructions:
https://github.com/kmARC/openstack-training-virtual-environment/blob/master/README.md

@ -30,6 +30,7 @@ Agenda - Day 1
- Introducing OpenStack as a Software
- Introducing OpenStack as a Community
- Development environment setup
- How OpenStack is made
- Official OpenStack projects
@ -38,8 +39,6 @@ Agenda - Day 1
- Communication
- Events
- Development environment setup
Agenda - Day 2, morning
=======================

@ -16,6 +16,14 @@ Introduction
intro-openstack-as-software.rst
intro-openstack-as-community.rst
Setup the Development Environment
=================================
.. toctree::
:maxdepth: 1
development-environment-setup.rst
How OpenStack is Made
=====================

@ -130,6 +130,11 @@ Introduction
* `Introducing OpenStack as a Software <intro-openstack-as-software.html>`_
* `Introducing OpenStack as a Community <intro-openstack-as-community.html>`_
Setup the Development Environment
---------------------------------
* `Environment Setup <development-environment-setup.html>`_
How OpenStack is Made
---------------------