Change Openstack/openstack to OpenStack
According to the OpenStack documentation conventions it should be OpenStack and not openstack or OpenStack. https://wiki.openstack.org/wiki/Documentation/Conventions#OpenStack.2C_not_Openstack_or_openstack Change-Id: I867b1a622cdfdb34e65a02336a8332ca78ff60f8
This commit is contained in:
@@ -123,7 +123,7 @@ Utilization of this module can come in many forms. It was designed to be capabl
|
|||||||
|
|
||||||
Need a feature? Found a bug? Let us know!
|
Need a feature? Found a bug? Let us know!
|
||||||
|
|
||||||
We are extremely interested in growing a community of OpenStack experts and users around these modules so they can serve as an example of consolidated best practices of how to deploy openstack.
|
We are extremely interested in growing a community of OpenStack experts and users around these modules so they can serve as an example of consolidated best practices of how to deploy OpenStack.
|
||||||
|
|
||||||
The best way to get help with this set of modules is to email the group associated with this project:
|
The best way to get help with this set of modules is to email the group associated with this project:
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
# Defaults to '127.0.0.1'
|
# Defaults to '127.0.0.1'
|
||||||
#
|
#
|
||||||
# [*servername*]
|
# [*servername*]
|
||||||
# (optional) DNS name used to connect to Openstack Dashboard.
|
# (optional) DNS name used to connect to OpenStack Dashboard.
|
||||||
# Default value fqdn.
|
# Default value fqdn.
|
||||||
#
|
#
|
||||||
# [*listen_ssl*]
|
# [*listen_ssl*]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "eNovance-cloud",
|
"name": "eNovance-cloud",
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"author": "eNovance",
|
"author": "eNovance",
|
||||||
"summary": "eNovance Openstack Module",
|
"summary": "eNovance OpenStack Module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"source": "https://github.com/stackforge/puppet-openstack-cloud",
|
"source": "https://github.com/stackforge/puppet-openstack-cloud",
|
||||||
"project_page": "https://wiki.openstack.org/wiki/Puppet-openstack/puppet-openstack-cloud",
|
"project_page": "https://wiki.openstack.org/wiki/Puppet-openstack/puppet-openstack-cloud",
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
{"name": "pe","version_requirement": "3.x"},
|
{"name": "pe","version_requirement": "3.x"},
|
||||||
{"name": "puppet","version_requirement": "3.x"}
|
{"name": "puppet","version_requirement": "3.x"}
|
||||||
],
|
],
|
||||||
"description": "Puppet module that pulls together all the individual components of Openstack, resulting is a complete and functional stack",
|
"description": "Puppet module that pulls together all the individual components of OpenStack, resulting is a complete and functional stack",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{"name":"stackforge/glance","version_requirement":">=5.0.0 <6.0.0"},
|
{"name":"stackforge/glance","version_requirement":">=5.0.0 <6.0.0"},
|
||||||
{"name":"stackforge/horizon","version_requirement":">=5.0.0 <6.0.0"},
|
{"name":"stackforge/horizon","version_requirement":">=5.0.0 <6.0.0"},
|
||||||
|
|||||||
@@ -259,7 +259,7 @@ describe 'cloud::loadbalancer' do
|
|||||||
)}
|
)}
|
||||||
end # configure monitor haproxy listen
|
end # configure monitor haproxy listen
|
||||||
|
|
||||||
context 'configure Openstack Nova with novnc' do
|
context 'configure OpenStack Nova with novnc' do
|
||||||
it { is_expected.to contain_haproxy__listen('novnc_cluster').with(
|
it { is_expected.to contain_haproxy__listen('novnc_cluster').with(
|
||||||
:ipaddress => [params[:vip_public_ip]],
|
:ipaddress => [params[:vip_public_ip]],
|
||||||
:ports => '6080',
|
:ports => '6080',
|
||||||
|
|||||||
Reference in New Issue
Block a user