diff options
| author | Simon McCartney <simon.mccartney@hp.com> | 2015-06-25 14:30:19 +0100 |
|---|---|---|
| committer | Simon McCartney <simon.mccartney@hp.com> | 2015-06-25 14:30:19 +0100 |
| commit | f9e41ea81ecc1e1f0dd20f0f6b77ce3f017be350 (patch) | |
| tree | f2ead3a1faa9b9804df57be51a6a56a5fe11e496 /doc/source | |
| parent | 5a9afa6b654ff3ae025e4a6f9615f69b1768a603 (diff) | |
| download | python-designateclient-f9e41ea81ecc1e1f0dd20f0f6b77ce3f017be350.tar.gz | |
Removed peronal email address from example
Change-Id: I2ca31701af37ab9776e86aa7ce16f86f6edc8557
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/shell-examples.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/shell-examples.rst b/doc/source/shell-examples.rst index cee605b..5956177 100644 --- a/doc/source/shell-examples.rst +++ b/doc/source/shell-examples.rst @@ -18,7 +18,7 @@ Typically the designate client talks to Keystone (or a Keystone like service) vi | updated_at | None | +------------+--------------------------------------+ - $ designate --os-endpoint http://127.0.0.1:9001/v1 domain-create --name testing123.net. --email simon@mccartney.ie + $ designate --os-endpoint http://127.0.0.1:9001/v1 domain-create --name testing123.net. --email me@mydomain.com +------------+--------------------------------------+ | Field | Value | +------------+--------------------------------------+ @@ -28,7 +28,7 @@ Typically the designate client talks to Keystone (or a Keystone like service) vi | id | 5c02c519-4928-4a38-bd10-c748c200912f | | ttl | 3600 | | serial | 1373376030 | - | email | simon@mccartney.ie | + | email | me@mydomain.com | +------------+--------------------------------------+ $ designate --os-endpoint http://127.0.0.1:9001/v1 record-create --name myhost.testing123.net. --type A --data 1.2.3.4 5c02c519-4928-4a38-bd10-c748c200912f |
