1ab42ceecc125fcba3e28fe280f3e79b35f3685f

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
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
Languages
Python
46.3%
Ruby
36.8%
Shell
16.9%