Go to file
Emilien Macchi 1ab42ceecc Add basic structure for ReNo
ReNo [1] is the release management tool in OpenStack.
This patch adds the basic structure to start using it.

* Update .gitignore
* Add a basic note "use-reno"
* Add releasenotes/ dir and basic files
* Add python files: setup.cfg, setup.py, test-requirements.txt and
  tox.ini.

[1] http://docs.openstack.org/developer/reno

Change-Id: I863cd0e2003f619711e497cd79cd8fcc64eee8b2
2016-03-14 08:35:24 -04:00
2016-03-14 08:35:24 -04:00
2016-03-14 08:35:24 -04:00
2015-10-01 07:53:00 +00:00
2016-03-14 08:35:24 -04:00
2016-03-14 08:35:24 -04:00
2016-03-14 08:35:24 -04:00

Puppet-OpenStack Spec Helper

This gem provides helper utilities for running rspec tests in the OpenStack Puppet Modules.

Usage

Include this gem in your Gemfile:

gem 'puppet-openstack_spec_helper',
  :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
  :require => false

In your Rakefile, require the rake_tasks library:

require 'puppet-openstack_spec_helper/rake_tasks'

Instructions for using puppet-openstack_spec_helper/beaker_spec_helper in spec/spec_helper_acceptance.rb to come soon.

Description
Library gem used by Puppet OpenStack modules
Readme 3.8 MiB
Languages
Python 46.3%
Ruby 36.8%
Shell 16.9%