Accommodate new python-keystoneclient 0.10.0 req's
Change-Id: I1d1047b388457049776a72fa23a00d26f1e3ccbc
This commit is contained in:
parent
065e5bd5cb
commit
261c1c82f8
@ -4,6 +4,6 @@ maintainer_email "hpcs-mon@hp.com"
|
||||
license "All rights reserved"
|
||||
description "Base setup for all vagrant boxes"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "0.0.10"
|
||||
version "0.0.11"
|
||||
depends "apt"
|
||||
depends "influxdb"
|
||||
|
@ -20,10 +20,13 @@ rb.run_action(:create) # Run during compile time so that apt::cacher-client has
|
||||
# Add in the cacher-client, it will do something or nothing depending on the value of node[:apt][:cacher_ipaddress]
|
||||
include_recipe('apt::cacher-client')
|
||||
|
||||
# Some barebones distros do not yet have this installed
|
||||
package 'apt-transport-https' do
|
||||
action :install
|
||||
# Install package dependencies
|
||||
['apt-transport-https', 'libxml2-dev', 'libxslt1-dev'].each do |pkg|
|
||||
package pkg do
|
||||
action :install
|
||||
end
|
||||
end
|
||||
|
||||
apt_repository 'dev' do
|
||||
uri 'https://region-a.geo-1.objects.hpcloudsvc.com/v1/46995959297574/mini-mon/public_repo'
|
||||
arch 'amd64'
|
||||
|
Loading…
x
Reference in New Issue
Block a user