Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ Asghar committed Apr 17, 2015
1 parent b56af07 commit fba367c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
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.

# Installation #

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.
Expand Down Expand Up @@ -124,6 +124,8 @@ Author:: Matt Ray (<[email protected]>)

Author:: Chirag Jog (<[email protected]>)

Author:: JJ Asghar (<[email protected]>)

Copyright:: Copyright (c) 2011-2015 Chef Software, Inc.

License:: Apache License, Version 2.0
Expand Down

0 comments on commit fba367c

Please sign in to comment.