diff options
author | 2017-02-17 16:57:08 +0000 | |
---|---|---|
committer | 2017-02-17 16:57:08 +0000 | |
commit | 7aaba119cdca72819108ea1e94a6a7fc0224e079 (patch) | |
tree | fbad6efcf69745ac524de9a08c3296743b988dcc /docs/index.md | |
parent | 906f2bd9f82de261b2871e7877b0694da4331091 (diff) | |
parent | c5301a7a2e890fed97ffe04b40ccbe331e7f4a0b (diff) |
Merge "Converted existing markdown documentation to RST format. Removed MD versions. Moved examples directory up one under repo root Moved RST files under docs/how-to-use"
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 536bc15..0000000 --- a/docs/index.md +++ /dev/null @@ -1,19 +0,0 @@ -# Python scripts for creating virtual environments on OpenStack with Ansible playbooks for provisioning. - -## Runtime Environment Setup - * Python 2.7 (recommend leveraging a Virtual Python runtime, e.g. [Virtualenv](https://virtualenv.pypa.io), in your development environment) - * Development packages for python and openssl. On CentOS/RHEL: - - \# yum install python-devel openssl-devel - - On Ubuntu: - - \# apt-get install python2.7-dev libssl-dev - * Install SNAPS Library - * pip install -e <path to repo>/snaps/ - -## [Testing](Testing.md) -## [Virtual Environment Deployment](VirtEnvDeploy.md) - -Also see the [CableLabs project wiki page](https://community.cablelabs.com/wiki/display/SNAPS/OpenStack+Instantiation%2C+Provisioning%2C+and+Testing) -for more information on these scripts. |