This website requires JavaScript.
Explore
Get Started
openstack
/
devstack
Code
Issues
Proposed changes
e7b51362fd
Branches
Tags
View all branches
devstack
/
files
/
rpms
/
cinder
7 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add cinder support * using the new functional pattern: cinder_XXX functions are in lib/cinder * enable with 'c-api,c-sch,c-vol' in ENABLED_SERVICES, n-vol is still the default * exercises/volumes.sh runs for cinder and n-vol * move config to /etc/cinder * change volume_group to stack-volumes; this also renames the backing file to /opt/stack/data/stack-volumes-backing-file. * removes osapi_volume from nova.conf enabled_apis * integrates cinder + keystone * launches c-sch * tweaks for multi node * move enabled_apis substitution to init_cinder 18Jun2010 * restored & rebased * update setup.py to use setup_develop() in lib/cinder Change-Id: I1e1aa4387031c56e4fa239eb73bea2af8cef0e38
2012-05-02 11:48:15 -05:00
lvm2
scsi-target-utils
xenapi: Add qemu-utils as a cinder dependency If you are using xenapi, your system won't have qemu-img installed. This patch adds the package qemu-utils to the list of cinder apts/rpms/suse-rpms, thus devstack will pull the required binaries. Change-Id: Id701880ce03bb3e78223df0af6a00b052408407c
2013-06-21 16:48:02 +01:00
qemu-img
Add some missing pkgs to Cinder install Added python-dev even though it's picked up by other projects already, just to be explicit. Also added libpq-dev, this way users can just run "sudo pip install -r test-requirements.txt" and perform everything in run_tests.sh without the need for venv. Change-Id: I3953032ac40ef78fc6f67d77539e13539fbbb2ac
2013-08-10 17:48:07 +00:00
postgresql-devel
Cinder needs iscsiadm available This patch adds the binary packages that contains the iscsiadm utility for cinder. Cinder uses the iscsiadm utility for various actions and it should be there for devstack users. Fixes bug #1219032 Change-Id: I8e1c6e2e5d4bfade50aba9259b6da3957d6d622d
2013-08-30 12:39:42 -07:00
iscsi-initiator-utils
Remove rhel6 and py26 support el6 is shipped with Python 2.6.x which is not expected to be supported with the openstack kilo release. For el6 support we need to do lot of thing differently, which makes the code more complicated. This change removes el6 and py26 support from devstack. This change also removed a discontinued (1 year ago) openSUSE 12.2 code path, which used a similar codepath as el6. Several comment related to el6 also removed or modified. Change-Id: Iea0b0c98a5e11fd85bb5e93c099f740fe05d2f3a
2015-01-26 16:39:57 +01:00
python-lxml
Copy Permalink