lodgeit.py: Set default URL to paste.openstack.org

Change-Id: Ib88093fadaa2043c8997306eda43753b2d3650e0
This commit is contained in:
David Pursehouse 2015-08-24 11:13:12 +09:00
parent beb3ff7e26
commit bfaffa7ddc
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def load_default_settings():
'clipboard': True,
'open_browser': False,
'encoding': 'iso-8859-15',
'server_name': 'http://paste.pocoo.org',
'server_name': 'http://paste.openstack.org',
}
rcfile = None
if os.name == 'posix':