foreman_openstack_v3 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84eda3ccc46b4f71f75b45f4d1d03b9274de8a24
4
- data.tar.gz: e6fa6eed9ae1b858bcb275673d33c456f7659677
3
+ metadata.gz: 4c55c5fd26084668f63970fa84e29e9eeccda207
4
+ data.tar.gz: 32d8b027395e0b98d7bcfe1d92aa26f40a693fd4
5
5
  SHA512:
6
- metadata.gz: d0cdc800c1192a1271e038e0cc0dd25b830a1f7bd27b08f53ac191d1b902d02f3db122e123da0cc18e711c1a9ecf42115934f83964791c39754fa1134e4d20cc
7
- data.tar.gz: 1672046c263a4c97fd0610d156ea4a10d1825d3eaba04da94771910d044c13956a5240bed5ecadd3a400d4ef63cdfa4f3c720cb2bf1ca061620a87a3d3aa9551
6
+ metadata.gz: 72abee4220394ccd2cb42f40821f4ceecab6db37a7c434d5a05fd75ce51527d53ded82b9392b7299535c6e96a7b1c522e029380a7012acabf057bc89c2b133c6
7
+ data.tar.gz: ab7b1bd680f63dae9e309d7639a26f41325c0f757bf7e6ae3cfc05fbaf86b6c7587a7772c67d285378492c6e8a36a061f2211ebb8df1df2790daf1c7fd37c417
data/README.md CHANGED
@@ -4,8 +4,21 @@ This plugin adds support of Openstack V3 authentication requiring a scoped domai
4
4
 
5
5
  ## Installation
6
6
 
7
- See [How_to_Install_a_Plugin](http://projects.theforeman.org/projects/foreman/wiki/How_to_Install_a_Plugin)
8
- for how to install Foreman plugins
7
+ > Currently tested only on Centos 7
8
+
9
+ Please make sure `foreman-openstack` package is installed.
10
+
11
+ Add the following to `bundler.d/Gemfile.local.rb` in your Foreman installation directory (/usr/share/foreman by default):
12
+
13
+ $ gem 'foreman_openstack_v3'
14
+
15
+ Then run the following commands:
16
+
17
+ # scl enable tfm bash
18
+ # gem install foreman_openstack_v3
19
+ # foreman-rake db:migrate
20
+
21
+ For more information see [How_to_Install_a_Plugin](http://projects.theforeman.org/projects/foreman/wiki/How_to_Install_a_Plugin).
9
22
 
10
23
  ## Usage
11
24
 
@@ -15,7 +28,7 @@ The first connection uses the password authentication method with unscoped autho
15
28
 
16
29
  ## TODO
17
30
 
18
- *Todo list here*
31
+ * Add tests
19
32
 
20
33
  ## Contributing
21
34
 
@@ -23,7 +36,7 @@ Fork and send a Pull Request. Thanks!
23
36
 
24
37
  ## Copyright
25
38
 
26
- Copyright (c) 2017 - Anthony Chevalet
39
+ Copyright (c) 2017 - Anthony Chevalet - The Foreman community
27
40
 
28
41
  This program is free software: you can redistribute it and/or modify
29
42
  it under the terms of the GNU General Public License as published by
@@ -1,3 +1,3 @@
1
1
  module ForemanOpenstackV3
2
- VERSION = '0.0.2'.freeze
2
+ VERSION = '0.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_openstack_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Chevalet
@@ -41,7 +41,8 @@ files:
41
41
  - lib/foreman_openstack_v3/engine.rb
42
42
  - lib/foreman_openstack_v3/version.rb
43
43
  homepage: https://github.com/achevalet/foreman_openstack_v3
44
- licenses: []
44
+ licenses:
45
+ - GPL-3.0
45
46
  metadata: {}
46
47
  post_install_message:
47
48
  rdoc_options: []