Revision f5c28bfa kamaki/cli/config.py

b/kamaki/cli/config.py
50 50
CONFIG_ENV = 'KAMAKI_CONFIG'
51 51

  
52 52
HEADER = """
53
# Kamaki configuration file v3
53
# Kamaki configuration file v3 (kamaki >= v0.9)
54 54
"""
55 55

  
56 56
DEFAULTS = {
......
72 72
        'image': 'image',
73 73
        'config': 'config',
74 74
        'history': 'history'
75
        #  Optional command specs:
76
        #  'livetest': 'livetest',
77
        #  'astakos': 'snf-astakos'
75 78
    },
76 79
    'history': {
77 80
        'file': HISTORY_PATH

Also available in: Unified diff