diff --git a/minione b/minione index 7cc2155..59ccf0e 100755 --- a/minione +++ b/minione @@ -30,7 +30,7 @@ VNET_NETMASK='255.255.255.0' VNET_GATEWAY='172.16.100.1' VNET_AR_IP_START='172.16.100.2' VNET_AR_IP_COUNT='100' -MARKET_APP_NAME='CentOS 7 - KVM' +MARKET_APP_NAME='CentOS 7' VM_PASSWORD='opennebula' LXD='no' SUNSTONE_PORT='80' @@ -66,7 +66,7 @@ usage() { e "--ssh-pubkey [~/.ssh/id_rsa.pub]" "User ssh public key" e "--vm-password [${VM_PASSWORD}]" "Root password for virtual machine" e "--sunstone-port [${SUNSTONE_PORT}]" "Setup sunstone port" - e "--marketapp-name [CentOS 7 - KVM]" "Name of Marketplace appliance to import" + e "--marketapp-name [${MARKET_APP_NAME}]" "Name of Marketplace appliance to import" e "" e "--bridge-interface [${BRIDGE_INTERFACE}]" "Bridge interface for private networking" e "--nat-interface [first net device]" "Interface to configure for NAT"