Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jun 21, 2024
1 parent 2ac30e1 commit 07cee0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/test-kitchen/kitchen-openstack#cloud_config> for usage information. Thanks [@JimScadden](https://github.com/JimScadden)

## [v5.0.1](https://github.com/test-kitchen/kitchen-openstack/tree/v5.0.1)

Expand Down
16 changes: 9 additions & 7 deletions README.md
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)
Expand Down Expand Up @@ -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]
Expand All @@ -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])

Expand Down

0 comments on commit 07cee0a

Please sign in to comment.