Skip to content

Commit

Permalink
created nova_network submodule for legacy controller/compute
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Sep 10, 2013
1 parent 6aea0e4 commit 4272ce6
Show file tree
Hide file tree
Showing 2 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::nova (
class quickstack::nova_network::compute (
$fixed_network_range = $quickstack::params::fixed_network_range,
$floating_network_range = $quickstack::params::floating_network_range,
$nova_db_password = $quickstack::params::nova_db_password,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# refine iptable rules, their probably giving access to the public
#

class quickstack::controller::nova (
class quickstack::nova_network::controller (
$admin_email = $quickstack::params::admin_email,
$admin_password = $quickstack::params::admin_password,
$cinder_db_password = $quickstack::params::cinder_db_password,
Expand Down

0 comments on commit 4272ce6

Please sign in to comment.