~yolanda.robla/glance/precise-security

« back to all changes in this revision

Viewing changes to bin/glance

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 11:33:12 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20120309113312-6qkwmtssiyzvat0s
Tags: 2012.1~rc1~20120309.1315-0ubuntu1
* New upstream version.
* debian/control, debian/glance-client.install,
  glance-common.install: Add glance-client package. (LP: #928378) 
* debian/watch: Fix watch file.
* Fix lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
        print "Please specify a name for the image using name=VALUE"
222
222
        return FAILURE
223
223
 
224
 
    image_meta = {'name': fields.pop('name'),
 
224
    image_meta = {'id': fields.pop('id', None),
 
225
                  'name': fields.pop('name'),
225
226
                  'is_public': utils.bool_from_string(
226
227
                      fields.pop('is_public', False)),
227
228
                  'protected': utils.bool_from_string(