api-site/firstapp/samples
yanghuichan b8e483bb60 Replace dict.itervalues() with dict.values()
1.As mentioned in [1], we should avoid using six.itervalues
  to achieve iterators. We can use dict.values instead,
  as it will return iterators in PY3 as well.
  And dict.values will more readable.
2.In py2, the performance about list should be negligible,
  see the link [2].

[1] https://wiki.openstack.org/wiki/Python3#Common_patterns
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I27d3b04df19b964fe83e30ee383fcc1399dae3c3
2017-08-04 15:31:18 +08:00
..
dotnet Inconsistent flavor type fix in 'Getting started' chapter for firstapp. 2015-08-21 15:51:44 -05:00
fog Merge "Unused security group - controller." 2016-07-30 17:52:08 +00:00
gophercloud Merge "MyFirstApp: Block storage section for gophercloud" 2017-03-08 08:46:42 +00:00
heat Added an autoscaling heat template 2015-11-25 20:59:52 -06:00
jclouds Added the jclouds maven pom 2016-07-18 15:13:12 +10:00
libcloud Use https instead of http 2017-07-14 08:48:52 +08:00
openstacksdk Replace dict.itervalues() with dict.values() 2017-08-04 15:31:18 +08:00
pkgcloud faafo repository moved from stackforge to openstack namespace 2015-10-20 12:54:47 +02:00
shade Use https instead of http 2017-07-14 08:48:52 +08:00