RETIRED, An OpenStack project designed to make cloud services easier to consume and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum
Go to file
Angus Salkeld 935001d004 Remove the OpenStack logo from our developer docs
oslophinx inserts the official OpenStack logo, which we are not allowed
to use. This patch just places a solum logo with the same file name that
the tweek.css expects.

Fixes-bug: #1295486
Change-Id: Icdf923a9ac8021e8d609fdc5d898d939cfed39be
2014-03-28 09:31:21 -05:00
contrib Enable the download-cedarish to make solum easier to get started 2014-03-25 09:16:26 -04:00
doc Remove the OpenStack logo from our developer docs 2014-03-28 09:31:21 -05:00
etc/solum Fix the sample config after the new keystone client got released 2014-03-27 22:06:05 +01:00
example_plans Add a doc to help with running through m1 2014-03-25 09:16:26 -04:00
functionaltests Add language_pack to the artifact 2014-03-21 07:04:10 +10:00
solum Add foreign key constraints for Component fields 2014-03-28 10:22:47 +01:00
tools Added common RPC service and API classes 2014-03-19 23:04:04 +10:00
.coveragerc Add nicer support for coverage 2013-12-09 17:25:00 +11:00
.gitignore Add the alembic migration framework 2014-02-04 12:57:29 +10:00
.gitreview Add git review configuration file and update README 2013-11-02 00:57:27 +05:30
.testr.conf Update test module from oslo-incubator 2014-01-29 09:38:34 +10:00
babel.cfg Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
CONTRIBUTING.rst Minor addition of packages needed to contribution docs 2014-01-17 22:05:19 +00:00
coverage.sh Add nicer support for coverage 2013-12-09 17:25:00 +11:00
HACKING.rst Add HACKING.rst 2013-11-16 16:14:42 +05:30
LICENSE Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
MANIFEST.in Add the alembic migration framework 2014-02-04 12:57:29 +10:00
openstack-common.conf Update db module from oslo-incubator 2014-01-29 09:50:08 +10:00
README.rst make the development instructions more consistent 2014-01-23 16:04:36 +10:00
requirements.txt Updated from global requirements 2014-03-28 14:40:14 +05:30
setup.cfg Added common RPC service and API classes 2014-03-19 23:04:04 +10:00
setup.py Updated from global requirements 2013-12-10 22:23:02 +00:00
test-requirements.txt Switch to oslosphinx 2014-03-12 10:23:56 -07:00
tox.ini Add a tool to check for multiple alembic heads 2014-02-18 21:48:23 +10:00

Solum

Application Lifecycle Management

An OpenStack related project designed to make cloud services easier to consume and integrate into your application development process.

Overview

Solum is natively designed for OpenStack clouds and leverages numerous OpenStack projects, including Heat, Keystone, Nova, Trove, and more. We value vendor neutrality, open design and collaboration, and leveraging existing solutions where possible. One example is our use of Docker for deployment of containers. Multiple language run-time environments will be supported with a modular "language pack" solution so you can easily run applications written in any language of your choice.

Getting started with Solum

See the getting_started guide.

Project Info