Skip to content

Commit

Permalink
Update neutron-networking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilcy committed Jan 18, 2015
1 parent 692cc76 commit f7f9667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notes/neutron-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ keystone user-role-add --user neutron --tenant service --role admin
keystone service-create --name neutron --type network --description "OpenStack Networking"
```

#### Create the endpoint
```
keystone endpoint-create \
--service-id $(keystone service-list | awk '/ network / {print $2}') \
Expand Down

0 comments on commit f7f9667

Please sign in to comment.