Commit Graph

11 Commits

Author SHA1 Message Date
Stephen Finucane 868096bb52 Retire cloud-init
This appears to be an unmaintained fork of the original code, which
lives elsewhere [1]. Kill it.

[1] https://github.com/cloud-init/cloud-init

Change-Id: I1f57197f1f67aa6adce152b5e4acc63a72277c6a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-04-01 16:48:35 +01:00
Joshua Harlow 92405e6712 Bring over the 'templater' from bzr
Change-Id: Iefcceb1c0d47ae455985f1d027465b0db0a0e467
2015-07-02 17:52:51 +00:00
Jenkins c68fee0eea Merge "Bring over the 'url_helper' module from bzr" 2015-06-10 18:27:18 +00:00
Joshua Harlow 911ada7bba Bring over the 'url_helper' module from bzr
This module is quite useful for fetching urls in a manner
that can be provided custom headers, retries and ssl_args
so let's ensure we have it available for usage under these
circumstances.

Also adds some basic sanity tests so that it will continue
to work as expected.

Change-Id: I4d5e777cf530e822bbea69c76846ebebb48a7927
2015-06-10 11:11:13 -07:00
Joshua Harlow 4c0676d7df Bump up to newer version of pbr
Change-Id: Iff769a38f410c27278dab16f5b242bd63c96005e
2015-06-04 17:18:35 -07:00
Joshua Harlow 154a2ee413 Fix all the current brokeness
Add missing files and tweaks so that the automated
CI/flake8/pep8/docs/... and such work correctly.

Change-Id: I838b02bf0037569065b7c7914f4a68b92d7ebd6a
2015-04-01 11:54:46 -07:00
Scott Moser 0cbad3f0c5 re-set requirements/test-requirements 2015-01-21 16:11:58 -05:00
Joshua Harlow 3ddc5d29f8 Switch to jinja & adjust tpls 2014-03-05 15:05:59 -08:00
Joshua Harlow 6d40f47b44 Allow the usage of mako templates
Mako is a python 2.6->3.x compatible
templating engine, allow its optional
usage (until we can depricate cheetah)
by allowing for specifying a template
file header that can define which template
engine to use. 

For now support cheetah (the default) and
if specified support mako as well.
2014-03-02 20:37:27 -08:00
Kiril Vladimiroff 934bdb52d1 Add CloudSigma data source 2014-02-12 12:14:49 +02:00
Joshua Harlow 01e9c38447 Update makefile to install from updated requirements files 2014-01-17 23:46:19 -08:00