Go to file
Doug Hellmann 9a3807eeb3 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I360fc2d49b9e737fd36442ac291a1f532f98b3e7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:39:32 -04:00
2018-09-20 13:00:04 +00:00
2018-05-24 16:02:13 +08:00
2016-07-01 10:29:08 +01:00
2018-09-20 15:40:58 +00:00
2017-09-05 11:35:39 +01:00
2016-07-01 10:29:08 +01:00
2016-07-01 10:04:45 +01:00
2017-08-28 21:20:46 +00:00
2016-07-01 10:29:08 +01:00
2016-07-13 08:29:24 +00:00
2018-09-26 18:39:32 -04:00

Overview

This layer provides the base OpenStack configuration options and dependencies for authoring OpenStack Charms. Typically you won't use this layer directly. The openstack-api or openstack-principle layers which consume this layer are probably more interesting as layers to directly use.

Where is the code?

The code for this module is held in the charms.openstack module which is developed at the following location:

Description
Charm Layer - OpenStack base layer
Readme 630 KiB
Languages
Python 96.1%
Shell 3.9%