Create Service

In order to work with the service you have to setup the client first.

Service can be created via networkingV2() method of the OpenStack object.

$service = $openstack->networkingV2();

A list of additional options can be passed to the method. For example, to change the region:

$service = $openstack->networkingV2(['region' => '{region}']);