Rename pypi_slave class to release_slave

Because it's time to paint this bikeshed.

Change-Id: I8287880efdd8860259c1e3c557b4ff07843ca91f
This commit is contained in:
Jeremy Stanley 2015-07-03 18:03:20 +00:00
parent 75477ea218
commit 8ce701470a
2 changed files with 4 additions and 4 deletions

View File

@ -675,7 +675,7 @@ node 'proposal.slave.openstack.org' {
# Node-OS: precise
node 'pypi.slave.openstack.org' {
include openstack_project
class { 'openstack_project::pypi_slave':
class { 'openstack_project::release_slave':
pypi_username => 'openstackci',
pypi_password => hiera('pypi_password', 'XXX'),
jenkins_ssh_public_key => $openstack_project::jenkins_ssh_key,

View File

@ -12,10 +12,10 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# Class to install dependencies for uploading python packages to pypi and
# maven repositories
# Class to install dependencies for uploading releases to pypi, maven and
# similar external repositories
#
class openstack_project::pypi_slave (
class openstack_project::release_slave (
$pypi_password,
$jenkins_ssh_public_key,
$pypi_username = 'openstackci',