Revision 4c818bb2 ci/snf-ci

b/ci/snf-ci
60 60
                      help="Name of flavor to use for the server.")
61 61
    parser.add_option("-i", "--image", dest="image", default=None,
62 62
                      help="UUID of image to use for the server.")
63
    parser.add_option("--ssh-keys", dest="ssh_keys", default=None,
64
                      help="Upload/Install the public ssh keys contained"
65
                           " in this file to the server")
63 66
    parser.add_option("--fetch-packages", dest="fetch_packages",
64 67
                      default=None,
65 68
                      help="Download the debian packages that were created"
......
102 105

  
103 106
    if getattr(options, CREATE_SERVER_CMD, False):
104 107
        synnefo_ci.create_server(flavor_id=options.flavor,
105
                                 image_id=options.image)
108
                                 image_id=options.image,
109
                                 ssh_keys=options.ssh_keys)
106 110
        synnefo_ci.clone_repo()
107 111
    if getattr(options, BUILD_SYNNEFO_CMD, False):
108 112
        synnefo_ci.build_synnefo()

Also available in: Unified diff