Skip to content

Instantly share code, notes, and snippets.

@sseago
Created May 21, 2014 16:01
Show Gist options
  • Save sseago/5b179431b9140e2ca8dc to your computer and use it in GitHub Desktop.
Save sseago/5b179431b9140e2ca8dc to your computer and use it in GitHub Desktop.
diff --git a/app/models/staypuft/service/ui_params.rb b/app/models/staypuft/service/ui_params.rb
index 1f02700..aef7fd8 100644
--- a/app/models/staypuft/service/ui_params.rb
+++ b/app/models/staypuft/service/ui_params.rb
@@ -124,19 +124,20 @@ Staypuft::Service::UI_PARAMS = {
'ovs_vlan_ranges',
'ovs_vxlan_udp_port'],
'Nova-compute' => ['admin_password',
+ 'auth_host',
'auto_assign_floating_ip',
'ceilometer',
- 'ceilometer_host',
'ceilometer_metering_secret',
'ceilometer_user_password',
'cinder_backend_gluster',
- 'controller_priv_host',
- 'controller_pub_host',
'fixed_network_range',
'floating_network_range',
+ 'glance_host',
'mysql_ca',
'mysql_host',
'nova_db_password',
+ 'nova_host',
+ 'nova_multi_host',
'network_private_iface',
'network_private_network',
'network_public_iface',
@@ -146,22 +147,21 @@ Staypuft::Service::UI_PARAMS = {
'ssl',
'verbose',
'use_qemu_for_poc'],
- 'Neutron-compute' => ['admin_password',
+ 'Neutron-compute' => ['auth_host',
+ 'admin_password',
'ceilometer',
- 'ceilometer_host',
'ceilometer_metering_secret',
'ceilometer_user_password',
'cinder_backend_gluster',
- 'controller_admin_host',
- 'controller_priv_host',
- 'controller_pub_host',
'enable_tunneling',
+ 'glance_host',
'mysql_ca',
'mysql_host',
'neutron_core_plugin',
'neutron_db_password',
'neutron_user_password',
'nova_db_password',
+ 'nova_host',
'nova_user_password',
'ovs_bridge_mappings',
'ovs_tunnel_iface',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment