Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
Stromweld committed Jun 21, 2024
1 parent 4415951 commit 1f33ac0
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Kitchen::OpenStack

A Test Kitchen Driver for OpenStack

[![Gem Version](https://img.shields.io/gem/v/kitchen-openstack.svg)][gem]

Check failure on line 3 in README.md

View workflow job for this annotation

GitHub Actions / lint-unit / markdown-lint

Reference links and images should use a label that is defined

README.md:3:1 MD052/reference-links-images Reference links and images should use a label that is defined [Missing link or image reference definition: "gem"] [Context: "[![Gem Version](https://img.shields.io/gem/v/kitchen-openstack.svg)][gem]"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md052.md
![CI](https://github.com/test-kitchen/kitchen-openstack/workflows/CI/badge.svg)

A [Test Kitchen][kitchen_ci] Driver for [OpenStack][openstack_web].
A Test Kitchen Driver for OpenStack.

This driver uses the [fog gem][fog_web] to provision and destroy nova instances. Use an OpenStack cloud for your infrastructure testing!
This driver uses the fog gem to provision and destroy nova instances. Use an OpenStack cloud for your infrastructure testing!

Shamelessly copied from [Fletcher Nichol](https://github.com/fnichol)'s awesome work on an [EC2 driver](https://github.com/test-kitchen/kitchen-ec2), and [Adam Leff](https://github.com/adamleff)'s amazing work on an [VRO driver](https://github.com/chef-partners/kitchen-vro).

Expand Down Expand Up @@ -51,9 +49,6 @@ See <https://kitchen.ci/docs/drivers/openstack/> for documentation.

## Development

* Source hosted at [GitHub][repo]
* Report issues/questions/feature requests on [GitHub Issues][issues]

Pull requests are very welcome! Make sure your patches are well tested.
Ideally create a topic branch for every separate change you make. For
example:
Expand All @@ -67,9 +62,8 @@ example:

## Authors

Created by [Jonathan Hartman][author] (<j@p4nt5.com>)
and maintained by [JJ Asghar][maintainer] (<jj@chef.io>)
Created by Jonathan Hartman

## License

Apache 2.0 (see [LICENSE][license])
Apache 2.0 (see LICENSE.txt file)

0 comments on commit 1f33ac0

Please sign in to comment.