ACK

> And as a first patch after 1.0.3, let's change the config path for
fgcp.

That's quick!

Cheers,
Dies Koper


> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Tuesday, 11 September 2012 4:56 AM
> To: [email protected]
> Subject: [PATCH] FGCP: move default cert dir to
~/.deltacloud/drivers/fgcp
> 
> From: David Lutterkort <[email protected]>
> 
> This avoids any conflicts with the file ~/.deltacloud/config
> ---
>  server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb
> b/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb
> index 71da6ab..18a1e76 100644
> --- a/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb
> +++ b/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb
> @@ -25,7 +25,7 @@ module Deltacloud
>      module Fgcp
>  class FgcpDriver < Deltacloud::BaseDriver
> 
> -  CERT_DIR = ENV['FGCP_CERT_DIR'] ||
> File::expand_path('~/.deltacloud/config/fgcp')
> +  CERT_DIR = ENV['FGCP_CERT_DIR'] ||
> File::expand_path('~/.deltacloud/drivers/fgcp')
> 
>    def supported_collections
>      DEFAULT_COLLECTIONS + [ :addresses, :load_balancers, :firewalls ]
> --
> 1.7.7.6
> 


Reply via email to