extension user_data v3 without alias prefix for request params

Bug #1215710 reported by Alex Xu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Alex Xu

Bug Description

user_data should be 'os-user-data:user_data'

also for xml namespace

    def server_create(self, server_dict, create_kwargs):
        create_kwargs['user_data'] = server_dict.get('user_data')

    def server_xml_extract_server_deserialize(self, server_node, server_dict):
        user_data = server_node.getAttribute('user_data')
        if user_data:
            server_dict['user_data'] = user_data

Tags: api
Alex Xu (xuhj)
Changed in nova:
assignee: nobody → Alex Xu (xuhj)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/43399

melanie witt (melwitt)
tags: added: api
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/43399
Committed: http://github.com/openstack/nova/commit/3e73b5cd1367174c9c1be813b4bd088766f94ab4
Submitter: Jenkins
Branch: master

commit 3e73b5cd1367174c9c1be813b4bd088766f94ab4
Author: He Jie Xu <email address hidden>
Date: Fri Aug 23 12:10:49 2013 +0800

    Add alias as prefix to request params for user_data v3

    fix bug 1215710

    DocImpact

    Change-Id: Iae48d2caefb1de46698c57712eae357c70c78997

Alex Xu (xuhj)
Changed in nova:
status: New → In Progress
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → havana-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: havana-3 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.