forked from chef/knife-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JJ Asghar
committed
Apr 17, 2015
1 parent
b56af07
commit fba367c
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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 | ||
|