Revert "add stackforge/keystone to 3rdparty"
[mirror/dsa-puppet.git] / 3rdparty / modules / aviator / lib / puppet / feature / aviator.rb
1 # Add the parent dir to the load path. This is for when
2 # Aviator is not installed as a gem
3 lib_path = File.dirname(__FILE__)
4 $LOAD_PATH.unshift(lib_path) unless $LOAD_PATH.include? lib_path
5
6 require 'aviator/core'
7 require "aviator/openstack/provider"