prof 0.31.1 → 0.31.2

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: fcfd91abe8f852e750820d73419387548f0881aa
4
- data.tar.gz: c4cb9308720707cd332ac2cbe73a970d253ee8d3
3
+ metadata.gz: cbe283a579095cc9b1fae691a4443d51e3da2ea8
4
+ data.tar.gz: 4e8b9e75c2726c0fe329b19d81ef9dd8a0da22bf
5
5
  SHA512:
6
- metadata.gz: 458092883464ac5bff5d7a6e3e55816f6313e1edd7c0fab3467430b37ddde0ba4f9d8ace0d991960f0743ba0bceb66cf98af49367af0694b6d8b53ee0ea84009
7
- data.tar.gz: 72145c6336ff633ae83e158d9ae3719d17bee626fae26cd3abe39f687e25279a3e4b53d6fe6464cc19b20bd9cf69b4c49019b537001f49da6873595d44622f96
6
+ metadata.gz: 5c6a557e57fa00cabaf958b6798b6c782ec6e1c47290e7fc2f5bb9f872aa879f6300a7f885159e5cc5663bfa0a2942c8e2b2636803f141cb8ed284caa4815db4
7
+ data.tar.gz: 983034a97a6c8f6f3ab13926980fe34a30483a1f3ec3ea4c6319d1405762d0e6c9b4666f08cad39d5061a948c0f6e17598eed642f21e89b85a57a5a3d00e2acd
@@ -45,7 +45,7 @@ module Prof
45
45
  def bosh_director
46
46
  @bosh_director ||= Hula::BoshDirector.new(
47
47
  target_url: bosh_director_url,
48
- username: ops_manager.bosh_credentials.fetch('identity'),
48
+ username: bosh_credentials.fetch('identity'),
49
49
  password: bosh_credentials.fetch('password')
50
50
  )
51
51
  end
@@ -109,13 +109,13 @@ module Prof
109
109
  tempest_config.fetch('proxy')
110
110
  end
111
111
 
112
- def bosh_director_urlo
112
+ def bosh_director_url
113
113
  return URI("https://127.0.0.1:#{forwarded_bosh_port}").to_s if !tempest_config['proxy'].nil?
114
114
  return director.hostname
115
115
  end
116
116
 
117
117
  def bosh_credentials
118
- @bosh_credentials = ops_manager.bosh_credentials
118
+ ops_manager.bosh_credentials
119
119
  end
120
120
  end
121
121
  end
data/lib/prof/version.rb CHANGED
@@ -9,5 +9,5 @@
9
9
  #
10
10
 
11
11
  module Prof
12
- VERSION = '0.31.1'
12
+ VERSION = '0.31.2'
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prof
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.1
4
+ version: 0.31.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - CF London
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-20 00:00:00.000000000 Z
11
+ date: 2016-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gem-release