OLD | NEW |
1 #/bin/sh | 1 #/bin/sh |
| 2 |
| 3 # This file is part of the Juju GUI, which lets users view and manage Juju |
| 4 # environments within a graphical interface (https://launchpad.net/juju-gui). |
| 5 # Copyright (C) 2012-2013 Canonical Ltd. |
| 6 # |
| 7 # This program is free software: you can redistribute it and/or modify it under |
| 8 # the terms of the GNU Affero General Public License version 3, as published by |
| 9 # the Free Software Foundation. |
| 10 # |
| 11 # This program is distributed in the hope that it will be useful, but WITHOUT |
| 12 # ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, |
| 13 # SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 14 # Affero General Public License for more details. |
| 15 # |
| 16 # You should have received a copy of the GNU Affero General Public License |
| 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 |
2 source ~/.canonistack/novarc | 19 source ~/.canonistack/novarc |
3 nova --no-cache image-list |grep ubuntu-precise-12.04-amd64-server |tail -1 |awk
'{print $2}' | 20 nova --no-cache image-list |grep ubuntu-precise-12.04-amd64-server |tail -1 |awk
'{print $2}' |
OLD | NEW |