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
Iswarya_Vakati 0f282649be Use upper constraints for all jobs in tox.ini
Openstack infra now supports upper constraints for all jobs.
Updated tox.ini to use upper constraints for all jobs.

Change-Id: If8ac75681ef4ff35d8c76f9f904e109c673dd567
Closes-Bug:#1628597
2016-10-25 17:18:00 +05:30
contrib Using sys.exit(main()) instead of main() 2016-09-26 11:24:33 +07:00
devstack Bump devstack version 2016-09-26 21:27:58 +08:00
doc Update the rst table format 2016-10-21 13:26:07 +08:00
etc/solum Switch to oslo_log 2016-08-30 15:44:01 +08:00
examples Github webhook handling 2016-06-12 23:12:35 -05:00
functionaltests Fix tempest error 2016-09-18 07:51:34 +00:00
releasenotes/source Update reno for stable/newton 2016-10-20 23:13:05 +00:00
solum Change stackforge to openstack 2016-10-21 11:36:11 +08:00
tools Switch to oslo_log 2016-08-30 15:44:01 +08:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:55:30 +00:00
.gitignore Update the project gitignore file 2016-05-26 02:07:41 -04:00
.gitreview Update .gitreview for project rename 2015-09-11 20:58:32 +00:00
.testr.conf Update test module from oslo-incubator 2014-01-29 09:38:34 +10:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:46 +00:00
HACKING.rst Fixed some mistakes in multiple files 2015-09-26 22:33:34 +05:30
LICENSE Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
README.rst update README.rst 2016-05-29 15:23:41 +00:00
babel.cfg Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
coverage.sh Add nicer support for coverage 2013-12-09 17:25:00 +11:00
openstack-common.conf Switch to oslo_log 2016-08-30 15:44:01 +08:00
requirements.txt Updated from global requirements 2016-10-22 01:28:20 +00:00
setup.cfg Remove solum-builder-api from setup.cfg 2016-09-30 16:31:48 +08:00
setup.py Updated from global requirements 2016-06-01 14:08:21 +00:00
test-requirements.txt Updated from global requirements 2016-10-22 01:28:20 +00:00
tox.ini Use upper constraints for all jobs in tox.ini 2016-10-25 17:18:00 +05:30

README.rst

Solum

Application Lifecycle Management

An OpenStack 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 Keystone, Swift, Glance, Heat, 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.

Development-setup with Solum --------------------------

See the solum-development-setup guide.

Getting started with Solum

See the getting_started guide.

Project Info