README.md in fog-openstack-0.1.12 vs README.md in fog-openstack-0.1.13
- old
+ new
@@ -57,11 +57,11 @@
If you're using Keystone V2, you don't need to supply domain details but ensure the `openstack_auth_url` parameter references the correct endpoint.
```ruby
@connection_params = {
- openstack_auth_url: "http://devstack.test:5000/v2.0/tokens"
+ openstack_auth_url: "http://devstack.test:5000/v2.0/tokens",
openstack_username: "admin",
openstack_api_key: "password",
openstack_project_name: "admin"
}
```
@@ -512,10 +512,10 @@
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/fog-openstack. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
+Bug reports and pull requests are welcome on GitHub at https://github.com/fog/fog-openstack. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).