Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Apr 9, 2014
1 parent 703019e commit fa7ef20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,8 @@
# ?.?.? / ????-??-??
# 1.4.0 / 2014-04-09

### Improvements

* PR [#46][] - Use a configured floating IP for SSH; via [@dschlenk][]

# 1.3.0 / 2014-03-09

Expand Down Expand Up @@ -83,6 +87,7 @@ certain specified NICs; via [@monsterzz][]

* Initial release! Woo!

[#46]: https://github.com/test-kitchen/kitchen-openstack/pull/46
[#41]: https://github.com/test-kitchen/kitchen-openstack/pull/41
[#40]: https://github.com/test-kitchen/kitchen-openstack/pull/40
[#39]: https://github.com/test-kitchen/kitchen-openstack/pull/39
Expand All @@ -102,6 +107,7 @@ certain specified NICs; via [@monsterzz][]
[#7]: https://github.com/test-kitchen/kitchen-openstack/pull/7
[#2]: https://github.com/test-kitchen/kitchen-openstack/pull/2

[@dschlenk]: https://github.com/dschlenk
[@wilreichert]: https://github.com/wilreichert
[@tenforward]: https://github.com/tenforward
[@monsterzz]: https://github.com/monsterzz
Expand Down
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -55,8 +55,6 @@ behavior can be overridden with additional options:
openstack_region: [A VALID OPENSTACK REGION]
openstack_service_name: [YOUR OPENSTACK COMPUTE SERVICE NAME]
openstack_network_name: [YOUR OPENSTACK NETWORK NAME USED TO CONNECT]
floating_ip: [A SPECIFIC FLOATING IP TO ASSIGN]
floating_ip_pool: [AN OPENSTACK POOL NAME TO ASSIGN THE NEXT IP FROM]
security_groups:
- [A LIST OF...]
- [...SECURITY GROUPS TO JOIN]
Expand All @@ -71,6 +69,13 @@ If a `key_name` is provided without any `private_key_path`, unexpected
behavior may result if your local RSA/DSA private key doesn't match that
OpenStack key.

A specific `floating_ip` or the ID of a `floating_ip_pool` can be provided to
bind a floating IP to the node. Any floating IP will be the IP used for
Test Kitchen's SSH calls to the node.

floating_ip: [A SPECIFIC FLOATING IP TO ASSIGN]
floating_ip_pool: [AN OPENSTACK POOL NAME TO ASSIGN THE NEXT IP FROM]

The `network_ref` option can be specified as an exact id, an exact name,
or as a regular expression matching the name of the network. You can pass one

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/openstack_version.rb
Expand Up @@ -19,7 +19,7 @@
module Kitchen
module Driver
# Version string for OpenStack Kitchen driver
OPENSTACK_VERSION = '1.3.1.dev'
OPENSTACK_VERSION = '1.4.0'
end
end

Expand Down

0 comments on commit fa7ef20

Please sign in to comment.