diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a97b3b..009070f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ ## [v6.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.0.0) - Require Ruby 2.6 or later and add testing for Ruby 3.0 -- Add a new `cloud_config` option which allows you to pass data to cloud-init. See https://github.com/test-kitchen/kitchen-openstack#cloud_config for usage information. Thanks [@JimScadden](https://github.com/JimScadden) +- Add a new `cloud_config` option which allows you to pass data to cloud-init. See for usage information. Thanks [@JimScadden](https://github.com/JimScadden) ## [v5.0.1](https://github.com/test-kitchen/kitchen-openstack/tree/v5.0.1) diff --git a/README.md b/README.md index f00951f..f353ef0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# 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 for documentation. -## 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 -## Authors +## Authors Created by [Jonathan Hartman][author] () and maintained by [JJ Asghar][maintainer] () -## License +## License Apache 2.0 (see [LICENSE][license])