Phil - the function in question is implemented in the ControllerV11 class in that same module.
Brian On Sep 26, 2011, at 8:55 AM, Day, Phil wrote: > Hi Gabe, > > The code for _action_create_image in api/openstack/servers.py suggest that > this isn’t implemented yet ? > > @common.check_snapshots_enabled > def _action_create_image(self, input_dict, req, id): > return exc.HTTPNotImplemented() > > > So is the migration still work in progress ? > > > From: Gabe Westmaas [mailto:[email protected]] > Sent: 23 September 2011 18:54 > To: Day, Phil; [email protected] > Cc: Hassan, Ahmad > Subject: Re: [Openstack] Image Create in API version 1.1 > > Hi Phil, > > That functionality moved to a server action in 1.1: > http://docs.openstack.org/api/openstack-compute/1.1/content/Create_Image-d1e4655.html > > Gabe > > From: "Day, Phil" <[email protected]> > Date: Fri, 23 Sep 2011 18:38:58 +0100 > To: "[email protected]" <[email protected]> > Cc: "Hassan, Ahmad" <[email protected]> > Subject: [Openstack] Image Create in API version 1.1 > > Hi Folks, > > I was browsing through the Diablo final source to see how the API calls vary > compared to earlier versions, and in openstack/api/images.py I noticed that > create now only seems to be supported in the 1.0 controller – in the 1.1 > controller its coded to return NotAllowed. Can anyone explain why this is, > and what the process is for creating snapshots via the 1.1 API ? > > Thanks, > Phil > > _______________________________________________ Mailing list: > https://launchpad.net/~openstack Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack More help : > https://help.launchpad.net/ListHelp This email may include confidential > information. If you received it in error, please delete it. > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > This email may include confidential information. If you received it in error, > please delete it. -------------------------------------- Brian Waldon Cloud Software Developer Rackspace Hosting
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

