default install dir shall be ~/openstack
This commit is contained in:
parent
41f09bb044
commit
a8f835fd25
6
AUTHORS
6
AUTHORS
@ -1,9 +1,11 @@
|
|||||||
V2
|
V2
|
||||||
--
|
--
|
||||||
|
Chris Wright <chrisw@sous-sol.org>
|
||||||
|
Gunther Hagleitner <hagleitn@yahoo-inc.com>
|
||||||
|
Jonathan Lacour <jonathan@dreamhost.com>
|
||||||
Joshua Harlow <harlowja@yahoo-inc.com>
|
Joshua Harlow <harlowja@yahoo-inc.com>
|
||||||
Ken Thomas <krt@yahoo-inc.com>
|
Ken Thomas <krt@yahoo-inc.com>
|
||||||
Gunther Hagleitner <hagleitn@yahoo-inc.com>
|
Mike Perez <thingee@gmail.com>
|
||||||
Chris Wright <chrisw@sous-sol.org>
|
|
||||||
|
|
||||||
V1
|
V1
|
||||||
--
|
--
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import tempfile
|
|
||||||
|
|
||||||
from optparse import IndentedHelpFormatter
|
from optparse import IndentedHelpFormatter
|
||||||
from optparse import OptionParser, OptionGroup
|
from optparse import OptionParser, OptionGroup
|
||||||
|
|
||||||
@ -63,7 +61,7 @@ def parse():
|
|||||||
dest="action",
|
dest="action",
|
||||||
metavar="ACTION",
|
metavar="ACTION",
|
||||||
help="required action to perform: %s" % (_format_list(settings.ACTIONS)))
|
help="required action to perform: %s" % (_format_list(settings.ACTIONS)))
|
||||||
default_dir = sh.joinpths(tempfile.gettempdir(), DEF_OS_DIR)
|
default_dir = sh.joinpths(sh.gethomedir(), DEF_OS_DIR)
|
||||||
base_group.add_option("-d", "--directory",
|
base_group.add_option("-d", "--directory",
|
||||||
action="store",
|
action="store",
|
||||||
type="string",
|
type="string",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user