From fba367c74c57a9d30a8c0dab2e1b2d30985ede23 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Fri, 17 Apr 2015 11:05:36 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53ac9b84..4e40ecf1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Knife OpenStack =============== -This is the official Chef Knife plugin for OpenStack Compute (Nova). This plugin gives knife the ability to create, bootstrap and manage instances in OpenStack Compute clouds. It has been tested against the `Diablo` through `Juno` releases in configurations using Keystone against the OpenStack API (as opposed to the EC2 API). +This is the official Chef Knife plugin for OpenStack Compute (Nova). This plugin gives knife the ability to create, bootstrap and manage instances in OpenStack Compute clouds. It has been tested against the `Diablo` through `Kilo` releases in configurations using Keystone against the OpenStack API (as opposed to the EC2 API). Please refer to the [CHANGELOG](CHANGELOG.md) for version history and known issues. @@ -11,12 +11,12 @@ Please refer to the [CHANGELOG](CHANGELOG.md) for version history and known issu Be sure you are running the latest version Chef. Versions earlier than 0.10.0 don't support plugins: - $ curl -L https://chef.io/chef/install.sh > /tmp/install.sh && sudo bash /tmp/install.sh + $ curl -L https://chef.io/chef/install.sh | sudo bash This plugin is distributed as a Ruby Gem. To install it, run: $ chef gem install knife-openstack - $ # OR + OR $ gem install knife-openstack Depending on your system's configuration, you may need to run this command with root privileges. @@ -124,6 +124,8 @@ Author:: Matt Ray () Author:: Chirag Jog () +Author:: JJ Asghar () + Copyright:: Copyright (c) 2011-2015 Chef Software, Inc. License:: Apache License, Version 2.0