Merge "Sync latest openstack-common."
This commit is contained in:
commit
50ceef8fb7
@ -25,6 +25,13 @@ import os
|
|||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
|
possible_topdir = os.getcwd()
|
||||||
|
if os.path.exists(os.path.join(possible_topdir, "openstackclient",
|
||||||
|
"__init__.py")):
|
||||||
|
sys.path.insert(0, possible_topdir)
|
||||||
|
|
||||||
|
|
||||||
from openstackclient.openstack.common import cfg
|
from openstackclient.openstack.common import cfg
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user