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
Sean McGinnis 9d34c4d6d6
Bump default tox env from py37 to py38
Python 3.8 is now our highest level supported python runtime.
This updates the default tox target environments to swap out
py37 for py38 to make sure local development testing is
covering this version.

This does not impact zuul jobs in any way, nor prevent local
tests against py37. It just changes the default if none is
explicitly provided.

Change-Id: I0096b70ac81f513acd3be78b23627479a144219b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 10:26:03 -05:00
contrib fix a typo : s/glace/glance/ 2018-02-28 05:24:47 +00:00
devstack Fix tempest Gate 2020-04-03 06:35:18 +00:00
doc Use WSME 0.10.0 2020-04-13 18:57:04 +02:00
etc Add oslo.privsep to config-generator list 2019-03-01 16:55:22 +00:00
examples Fix typos and replace http with https for doc links 2017-08-09 23:25:10 -07:00
releasenotes Update master for stable/ussuri 2020-04-22 12:55:20 +00:00
solum Fix py38 error 2020-04-22 18:55:24 -07:00
tools Switch to oslo_log 2016-08-30 15:44:01 +08:00
.coveragerc Remove the openstack-common.conf and dirs in solum 2016-11-07 14:29:58 +08:00
.gitignore Using stestr 2018-08-03 12:05:18 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:02 +00:00
.stestr.conf Using stestr 2018-08-03 12:05:18 +08:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-22 12:55:22 +00:00
CONTRIBUTING.rst Fix typos and replace http with https for doc links 2017-08-09 23:25:10 -07:00
HACKING.rst Update the documentation link for doc migration 2017-07-25 11:22:16 +08:00
LICENSE Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 17:12:11 +08:00
babel.cfg Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
lower-constraints.txt Remove six 2020-04-13 20:04:03 -07:00
requirements.txt Remove six 2020-04-13 20:04:03 -07:00
setup.cfg Cleanup py27 support 2020-04-07 04:18:46 -07:00
setup.py Cleanup py27 support 2020-04-07 04:18:46 -07:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-04-18 12:00:39 -05:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:26:03 -05:00

README.rst

Team and repository tags

image

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