From Fedora Project Wiki

m (moved QA:Testcase create OpenStack user project and network to QA:Testcase create OpenStack nova network: remove the user and project stuff; obsoleted by keystone)
(remove from cloud SIG category)
Line 18: Line 18:


[[Category:OpenStack Test Cases]]
[[Category:OpenStack Test Cases]]
[[Category:Cloud SIG]]

Revision as of 06:13, 25 April 2012

Description

Test creating an initial network.

Setup

Follow QA:Testcase_start_OpenStack_Nova_services.

How to test

To create the network do:

$> sudo nova-manage network create testnet 10.0.0.0/24 1 256 --bridge=testnetbr0

NB: if your local network uses the 10.0.0.0/24 range, pick another non-conflicting range for testing.

Expected Results

  • The commands complete without errors
  • No new errors in the logs:
$> grep -i error /var/log/nova/*.log
  • The user, project and network have been created:
$> sudo nova-manage network list