← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1215705] Re: extensions config_drive v3 without alias as prefix for request params

 

** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1215705

Title:
  extensions config_drive v3 without alias as prefix for request params

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The request for 'config_drive' should be 'os-config-
  drive:config_drive'

  And also need namespace for xml

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1215705/+subscriptions