Skip to content

Commit

Permalink
Displays a ID of server that is being created
Browse files Browse the repository at this point in the history
This PR will fix ggiamarchi#390
  • Loading branch information
cardil authored Apr 6, 2020
1 parent 30964bd commit b7c7fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/lib/vagrant-openstack-provider/action/create_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def execute(env)

# Store the ID right away so we can track it
env[:machine].id = server_id

env[:ui].info(" -- ID : #{server_id}")

waiting_for_server_to_be_built(env, server_id)
@@mutex.synchronize do
Expand Down

0 comments on commit b7c7fed

Please sign in to comment.