Fix keystone v2 command in devstack guide

Change-Id: I40b087715f7ba436dcff9043ac29e8d3e9b94fa7
This commit is contained in:
adrian-turjak 2017-05-30 11:40:11 +12:00
parent 467cc4683c
commit 738ecb689d
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ If you used the localrc file as given above, these should work.
Now setup a new service in Keystone for Adjutant and add an endpoint for it:
```
openstack service create registration --name adjutant
openstack endpoint create adjutant --publicurl http://0.0.0.0:5050/v1 --region RegionOne
openstack endpoint create adjutant public http://0.0.0.0:5050/v1 --region RegionOne
```