return extra_specs in OpenStackNodeSize

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/271813f5
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/271813f5
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/271813f5

Branch: refs/heads/trunk
Commit: 271813f59cd9f0b5b67f829b4d5427fe62a352b7
Parents: a6c19b6
Author: micafer <[email protected]>
Authored: Fri May 11 13:49:49 2018 +0200
Committer: micafer <[email protected]>
Committed: Fri May 11 13:49:49 2018 +0200

----------------------------------------------------------------------
 libcloud/compute/drivers/openstack.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/271813f5/libcloud/compute/drivers/openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/openstack.py 
b/libcloud/compute/drivers/openstack.py
index ea061a0..9bacad2 100644
--- a/libcloud/compute/drivers/openstack.py
+++ b/libcloud/compute/drivers/openstack.py
@@ -892,7 +892,7 @@ class OpenStack_1_0_NodeDriver(OpenStackNodeDriver):
                                  # XXX: needs hardcode
                                  vcpus=vcpus,
                                  bandwidth=None,
-                                 extra=el.get('extra_specs')
+                                 extra=el.get('extra_specs'),
                                  # Hardcoded
                                  price=self._get_size_price(el.get('id')),
                                  driver=self.connection.driver)

Reply via email to