update example file with endpoint creation

Change-Id: I83457065ccdd9d6e336a2feec36b784178222e9e
This commit is contained in:
Eyal 2016-07-24 16:02:42 +03:00
parent 3d9c68e0ee
commit 4fcb53a0ee

View File

@ -1,3 +1,9 @@
class { '::vitrage::keystone::auth':
admin_url => 'http://127.0.0.1:8999',
internal_url => 'http://127.0.0.1:8999',
public_url => 'http://127.0.0.1:8999',
password => 'a_big_secret',
}
class { '::vitrage': }
class { '::vitrage::api':
enabled => true,