Skip to content

Conversation

fdmsantos
Copy link
Contributor

`$networking = $openstack->networkingV2();

$options = [
'name' => 'dev2',
'adminStateUp' => true,
'routerAccessible' => true,
'providerNetworkType' => 'flat',
'providerPhysicalNetwork' => 'extnet'
];

// Create the network
$network = $networking->createNetwork($options);`

@coveralls
Copy link

coveralls commented Nov 16, 2018

Pull Request Test Coverage Report for Build 632

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 96.136%

Files with Coverage Reduction New Missed Lines %
src/Common/JsonSchema/JsonPatch.php 1 100.0%
Totals Coverage Status
Change from base Build 624: 0.0%
Covered Lines: 1692
Relevant Lines: 1760

💛 - Coveralls

@fdmsantos fdmsantos closed this Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants