Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
agent
Commits
cd02d155
Commit
cd02d155
authored
Apr 04, 2018
by
Federico Sismondi
Browse files
code clean up
parent
15025268
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/bootstrap_agent.py
View file @
cd02d155
...
@@ -90,7 +90,6 @@ def bootstrap(amqp_url, amqp_exchange, agent_id, ipv6_host, ipv6_prefix, ipv6_no
...
@@ -90,7 +90,6 @@ def bootstrap(amqp_url, amqp_exchange, agent_id, ipv6_host, ipv6_prefix, ipv6_no
time
.
sleep
(
RETRY_PERIOD
)
time
.
sleep
(
RETRY_PERIOD
)
if
check_response
(
channel
,
agent_event_q
,
agent_id
):
if
check_response
(
channel
,
agent_event_q
,
agent_id
):
logging
.
debug
(
"Agent tun bootstrapped"
)
logging
.
debug
(
"Agent tun bootstrapped"
)
publish_tun_bootrap_success
(
amqp_exchange
,
channel
,
agent_id
)
break
break
elif
i
<
3
:
elif
i
<
3
:
pass
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment