Comment 2 for bug 1552730

Revision history for this message
Martin Pitt (pitti) wrote : Re: error using nova ssh-setup

--image 'ubuntu/ubuntu-xenial-daily-amd64-server-*'

BTW, while this happens to work, it is not quite what you want. This is a regular expression, and you don't want to match on "zero or more dashes". --image 'ubuntu/ubuntu-xenial-daily-amd64-server' is quite enough, though :)