complete remove extra blank todo: fixes missing floating ip docs

Note that this line was stopping code execution for the libcloud version so
that step 14 was not being displayed. This meant that there was no description
of how to attach a floating ip to an instance.

Change-Id: Ia9d6ef7486ff14bcc94f74ae6b593b7265da9d33
This commit is contained in:
Donovan Jones 2015-08-07 16:35:40 +12:00
parent 3785100458
commit c84f0a6024
2 changed files with 0 additions and 3 deletions

View File

@ -106,7 +106,6 @@ for floating_ip in conn.ex_list_floating_ips():
unused_floating_ip = floating_ip
break
if not unused_floating_ip:
pool = conn.ex_list_floating_ip_pools()[0]
print('Allocating new Floating IP from pool: {}'.format(pool))

View File

@ -836,8 +836,6 @@ address to your instance.
:start-after: step-13
:end-before: step-14
.. todo:: remove extra blank line after break
This code returns the floating IP address:
::