Advertisement
Guest User

Untitled

a guest
May 27th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {:vnf=>{:name=>"paramtest",
  2. :vnfd_id=>"ba49e22e-1d85-491f-859f-2d9afa2ab952",
  3. :attributes=>{:param_values => {:flavor_name => 'm1.tiny', :image_name => 'cirros'}}
  4. }}
  5.  
  6. service.vnfs.create(create_options)
  7.  
  8. 2016-05-27 16:58:43.447 25787 TRACE tacker.api.v1.resource DBError: (_mysql_exceptions.ProgrammingError) (1064, 'You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near \': "\'m1.tiny\'", u\'image_name\': "\'cirros\'"})\' at line 1') [SQL: u'INSERT INTO deviceattributes (id, device_id, `key`, value) VALUES (%s, %s, %s, %s)'] [parameters: ('a7e429ac-29ad-49d0-9a8e-8e6d58d1bca0', '8525ded5-1524-4d06-8a48-ed3a42364d5f', 'param_values', {u'flavor_name': u'm1.tiny', u'image_name': u'cirros'})]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement