-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Corey Hemminger <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
8 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
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# <a name="title"></a> Kitchen::OpenStack: A Test Kitchen Driver for OpenStack | ||
# Kitchen::OpenStack | ||
|
||
A Test Kitchen Driver for OpenStack | ||
|
||
[![Gem Version](https://img.shields.io/gem/v/kitchen-openstack.svg)][gem] | ||
![CI](https://github.com/test-kitchen/kitchen-openstack/workflows/CI/badge.svg) | ||
|
@@ -34,20 +36,20 @@ gem 'kitchen-openstack' | |
And then execute: | ||
|
||
```bash | ||
$ bundle | ||
bundle | ||
``` | ||
|
||
Or install it yourself as: | ||
|
||
```bash | ||
$ gem install kitchen-openstack | ||
gem install kitchen-openstack | ||
``` | ||
|
||
## Usage | ||
|
||
See https://kitchen.ci/docs/drivers/openstack/ for documentation. | ||
See <https://kitchen.ci/docs/drivers/openstack/> for documentation. | ||
|
||
## <a name="development"></a> Development | ||
## Development | ||
|
||
* Source hosted at [GitHub][repo] | ||
* Report issues/questions/feature requests on [GitHub Issues][issues] | ||
|
@@ -63,12 +65,12 @@ example: | |
5. Push to the branch (`git push origin my-new-feature`) | ||
6. Create new Pull Request | ||
|
||
## <a name="authors"></a> Authors | ||
## Authors | ||
|
||
Created by [Jonathan Hartman][author] (<[email protected]>) | ||
and maintained by [JJ Asghar][maintainer] (<[email protected]>) | ||
|
||
## <a name="license"></a> License | ||
## License | ||
|
||
Apache 2.0 (see [LICENSE][license]) | ||
|
||
|