Merge pull request #3 from yanheven/master

Add requirements.txt to nova, glance and cinder driver directiory,
This commit is contained in:
smanpathak 2016-10-26 10:39:05 -07:00 committed by GitHub
commit 6d1bccda27
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
### Prerequesites
1. Working green field OpenStack deployment.
2. No prior cinder nodes. This service does not work if cinder backends are already configured.
3. The virtualenv used by cinder should have Amazon boto package installed
### Instructions

1
glance/requirements.txt Normal file
View File

@ -0,0 +1 @@
boto3

1
nova/requirements.txt Normal file
View File

@ -0,0 +1 @@
boto