diff options
author | Jon Grimm <jon.grimm@canonical.com> | 2017-04-03 11:52:42 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-04-12 12:32:27 -0400 |
commit | aab609104988b9d14572eb8fa1dd28a8156c0aea (patch) | |
tree | b8ecee2208280ba2592d17630aa3e2a7823d15de /cloudinit/sources/DataSourceCloudStack.py | |
parent | cd83b77dd1804f90694891470c04514aaa74d18f (diff) | |
download | vyos-cloud-init-aab609104988b9d14572eb8fa1dd28a8156c0aea.tar.gz vyos-cloud-init-aab609104988b9d14572eb8fa1dd28a8156c0aea.zip |
Remove (and/or fix) URL shortener references
Several references that were using URL shorteners are now broken due to
their service going away, making it painful to even figure out what they
were supposed to be pointing at. Put back long URLS using '# noqa' to
make flake8 happy.
LP: #1669727
Diffstat (limited to 'cloudinit/sources/DataSourceCloudStack.py')
-rw-r--r-- | cloudinit/sources/DataSourceCloudStack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceCloudStack.py b/cloudinit/sources/DataSourceCloudStack.py index b0ab275c..ceef0282 100644 --- a/cloudinit/sources/DataSourceCloudStack.py +++ b/cloudinit/sources/DataSourceCloudStack.py @@ -207,8 +207,8 @@ def get_latest_lease(): def get_vr_address(): # Get the address of the virtual router via dhcp leases - # see http://bit.ly/T76eKC for documentation on the virtual router. # If no virtual router is detected, fallback on default gateway. + # See http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/virtual_machines/user-data.html # noqa lease_file = get_latest_lease() if not lease_file: LOG.debug("No lease file found, using default gateway") |