This website requires JavaScript.
Explore
Get Started
openstack
/
devstack
Code
Issues
Proposed changes
5f2eb6dade
Branches
Tags
View all branches
devstack
/
files
/
rpms
/
keystone
5 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Install MySQL-python for keystone with rpm system MySQL-python is needed for keystone and we were installing it implicitely only for apts and not for rpms. Fix keystone only devstack install on a pristine vm. Change-Id: I0d117513af4e2ad58635f7a7b22f7a6e3ff36a38
2014-09-19 07:54:10 +00:00
MySQL-python
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
libxslt-devel
E) Add support for Fedora 16 Highlights: * Add files/rpms/* * get_packages() only loads deps for services that are enabled 11Apr2012 * change mod_wsgi cwd to $HORIZON_DIR * fix horizon apache log file name and location Note: This superceeds https://review.openstack.org/4364 Change-Id: I95486584561e4418907a6a4feb0ffbe4f4ea1843
2012-02-04 02:13:23 -06:00
sqlite
Configure endpoints to use SSL natively or via proxy Configure nova, cinder, glance, swift and neutron to use SSL on the endpoints using either SSL natively or via a TLS proxy using stud. To enable SSL via proxy, in local.conf add ENABLED_SERVICES+=,tls-proxy This will create a new test root CA, a subordinate CA and an SSL server cert. It uses the value of hostname -f for the certificate subject. The CA certicates are also added to the system CA bundle. To enable SSL natively, in local.conf add: USE_SSL=True Native SSL by default will also use the devstack-generate root and subordinate CA. You can override this on a per-service basis by setting <SERVICE>_SSL_CERT=/path/to/cert <SERVICE>_SSL_KEY=/path/to/key <SERVICE>_SSL_PATH=/path/to/ca You should also set SERVICE_HOST to the FQDN of the host. This value defaults to the host IP address. Change-Id: I36fe56c063ca921131ad98439bd452cb135916ac Closes-Bug: 1328226
2014-03-19 17:47:42 -04:00
mod_ssl
Copy Permalink