Add requirements.txt to nova, glance and cinder driver directiory,

and add boto as prerequesites to README.MD of cinder.
This commit is contained in:
yanheven 2016-10-26 10:59:38 +02:00
parent fa89beafab
commit 57dbef940e
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