Pep8.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6ab58f2e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6ab58f2e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6ab58f2e Branch: refs/heads/trunk Commit: 6ab58f2e035db15aa2eb10bd97527499bb42defa Parents: cf3e7bb Author: Tomaz Muraus <[email protected]> Authored: Fri Aug 23 17:35:14 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Aug 23 17:35:14 2013 +0200 ---------------------------------------------------------------------- docs/examples/compute/openstack_floating_ips.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6ab58f2e/docs/examples/compute/openstack_floating_ips.py ---------------------------------------------------------------------- diff --git a/docs/examples/compute/openstack_floating_ips.py b/docs/examples/compute/openstack_floating_ips.py index 620326e..d7afe3f 100644 --- a/docs/examples/compute/openstack_floating_ips.py +++ b/docs/examples/compute/openstack_floating_ips.py @@ -11,8 +11,9 @@ libcloud.security.VERIFY_SSL_CERT = False OpenStack = get_driver(Provider.OPENSTACK) driver = OpenStack('your_auth_username', 'your_auth_password', - ex_force_auth_url='http://10.0.4.1:5000/v2.0', - ex_force_auth_version='2.0_password', ex_tenant_name='your_tenant') + ex_force_auth_url='http://10.0.4.1:5000/v2.0', + ex_force_auth_version='2.0_password', + ex_tenant_name='your_tenant') # get the first pool - public by default pool, = driver.ex_list_floating_ip_pools()
