Skip to content

Commit

Permalink
neutron submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Sep 10, 2013
1 parent 0d48219 commit 764cf6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Common quickstack configurations
class quickstack::compute::neutron (
class quickstack::neutron::compute (
$admin_password = $quickstack::params::admin_password,
$fixed_network_range = $quickstack::params::fixed_network_range,
$floating_network_range = $quickstack::params::floating_network_range,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

class quickstack::networker (
class quickstack::neutron::networker (
$fixed_network_range = $quickstack::params::fixed_network_range,
$floating_network_range = $quickstack::params::floating_network_range,
$neutron_db_password = $quickstack::params::neutron_db_password,
Expand Down

0 comments on commit 764cf6b

Please sign in to comment.