Browse code

Merge "Remove workaround for `openstack complete`"

Jenkins authored on 2016/10/14 04:50:53
Showing 1 changed files
... ...
@@ -1388,12 +1388,7 @@ fi
1388 1388
 # ===============
1389 1389
 
1390 1390
 # Prepare bash completion for OSC
1391
-#
1392
-# BUG: https://bugs.launchpad.net/python-openstackclient/+bug/1619274
1393
-# the os-cloud param should not be required but if we don't provide it
1394
-# then this command hangs indefinitely if something is wrong with
1395
-# default environment credentials.
1396
-openstack --os-cloud=devstack complete | sudo tee /etc/bash_completion.d/osc.bash_completion > /dev/null
1391
+openstack complete | sudo tee /etc/bash_completion.d/osc.bash_completion > /dev/null
1397 1392
 
1398 1393
 # If cinder is configured, set global_filter for PV devices
1399 1394
 if is_service_enabled cinder; then