Fix this warning that appears with openstack version 1.0.3:
# openstack service create --type identity --description "OpenStack
Identity" keystone
WARNING: openstackclient.identity.v2_0.service.CreateService The
argument --type is deprecated, use service create --name <service-name>
type instead.
Note that the order is different, previously "--type TYPE NAME" and
now "--name NAME TYPE".
partially implements: blueprint installguide-kilo
Closes-Bug: #1453883
Closes-Bug: #1453891
Co-Authored-By: Christian Berendt <berendt@b1-systems.de>
Co-Authored-By: Flávio Ramalho <flaviosr@lsd.ufcg.edu.br>
Change-Id: I72f89defd7f55ce2822b5b511280f40196361f68