README.md in kakine-0.3.0 vs README.md in kakine-0.4.0

- old
+ new

@@ -1,8 +1,8 @@ # Kakine -[![Build Status](https://secure.travis-ci.org/hsbt/kakine.png)](https://travis-ci.org/hsbt/kakine) +[![Build Status](https://travis-ci.org/yaocloud/kakine.svg?branch=master)](https://travis-ci.org/yaocloud/kakine) Kakine(垣根) is configuration management tool of Security Group on OpenStack. ## Installation @@ -42,34 +42,33 @@ protocol: tcp port: 3000 remote_ip: 0.0.0.0/0 ``` -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 ~/.kakine +auth_url: "http://your-openstack-endpoint/v2.0" +username: "admin" +tenant: "admin" +password: "admin" ``` run following command. ```sh $ kakine show -t tenant_name # show Security Group of tenant_name -$ kaname apply -t tenant_name --dryrun # You can see all of invoke commands(dryrun) -$ kaname apply -t tenant_name # apply configuration into OpenStack +$ kakine apply -t tenant_name --dryrun # You can see all of invoke commands(dryrun) +$ kakine apply -t tenant_name # apply configuration into OpenStack ``` You can create or change Security Group on targeting tenant. If you need to initialize your Security Gruop, you can get it via following command: ```sh -$ kaname show -t tenant_name > tenant_name.yaml +$ kakine show -t tenant_name > tenant_name.yaml ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.