# on hpcloud $juju status apache2 2>/dev/null | grep instance-id | awk '{split($0,array,":")} END{print array[2]}' | tr -d ' ' | xargs nova show | grep flavor | awk '{split($0,array,"|")} END{print array[3]}' | tr -d ' ' standard.xsmall
No comments:
Post a Comment