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:
parent
fa89beafab
commit
57dbef940e
@ -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
1
glance/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
boto3
|
1
nova/requirements.txt
Normal file
1
nova/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
boto
|
Loading…
Reference in New Issue
Block a user