README.md in kaname-0.1.4 vs README.md in kaname-0.1.5
- old
+ new
@@ -15,16 +15,14 @@
You can define keystone configuration for OpenStack via YAML format. Like following syntax.
```yaml
antipop:
email: "antipop@example.com"
- password: "awesome-password"
tenants:
production: "cto"
hsbt:
email: "hsbt@example.com"
- password: "awesome-password"
tenants:
development: "admin"
production: "member"
```
@@ -41,10 +39,11 @@
run following command.
```sh
$ kaname diff # You can see difference of definition
-$ kaname apply # You can apply configuration into OpenStack
+$ kaname apply # You can see all of invoke commands(dryrun)
+$ kaname apply --dryrun false # apply configuration into OpenStack
```
You can create user and user's role with tenant.
If you need to initialize your Keystone configuration, you can get it via following command: