README.md in kaname-0.3.3 vs README.md in kaname-0.4.0

- old
+ new

@@ -1,8 +1,8 @@ # Kaname -[![Build Status](https://secure.travis-ci.org/hsbt/kaname.png)](https://travis-ci.org/hsbt/kaname) +[![Build Status](https://secure.travis-ci.org/yaocloud/kaname.png)](https://travis-ci.org/yaocloud/kaname) Kaname(要) is configuration management tool of Keystone. ## Installation @@ -24,19 +24,19 @@ tenants: development: "admin" production: "member" ``` -You need to put fog configuration to home directory. +You need to put a configuration file to home directory. ```sh -% cat ~/.fog -default: - openstack_auth_url: "http://your-openstack-endpoint/v2.0/tokens" - openstack_username: "admin" - openstack_tenant: "admin" - openstack_api_key: "admin-no-password" +% cat ~/.kaname +auth_url: "http://your-openstack-auth-endpoint/v2.0" +username: "admin" +tenant: "admin" +password: "admin-no-password" +management_url: "http://your-openstack-management-endpoint/v2.0" ``` run following command. ```sh @@ -59,10 +59,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` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -1. Fork it ( https://github.com/hsbt/kaname/fork ) +1. Fork it ( https://github.com/yaocloud/kaname/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request