Skip to content

Commit

Permalink
Tiny fix to demo.sh. It's still very rough, but at least works as int…
Browse files Browse the repository at this point in the history
…ended. Improvement to follow.
  • Loading branch information
uksysadmin committed Jan 10, 2016
1 parent 3780377 commit 4809d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ROUTER_ID=$(neutron router-list \
| awk '/\ cookbook_router_1\ / {print $2}')

EXT_NET_ID=$(neutron net-list \
| awk '/\ ext_net\ / {print $2}')
| awk '/\ floatingNet\ / {print $2}')

neutron router-gateway-set \
${ROUTER_ID} \
Expand Down

0 comments on commit 4809d40

Please sign in to comment.