Skip to content

Commit

Permalink
Update appliance name
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Nov 27, 2019
1 parent e25b815 commit 9563de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minione
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9563de1

Please sign in to comment.