summaryrefslogtreecommitdiffstats
path: root/cloudmasterd
diff options
context:
space:
mode:
authorGreg Blomquist <gblomqui@gblomqui.usersys.redhat.com>2008-07-10 10:16:50 -0400
committerGreg Blomquist <gblomqui@gblomqui.usersys.redhat.com>2008-07-10 10:16:50 -0400
commit9fed9435f4e8bab2bf8e00e17fca185b2f091988 (patch)
treed33dd251300ae5c236d9655f347a62ed1c6908cd /cloudmasterd
parent08db4adc0fcaab1be3eb4cdeb0d90efd458e35cf (diff)
downloadtools-9fed9435f4e8bab2bf8e00e17fca185b2f091988.tar.gz
tools-9fed9435f4e8bab2bf8e00e17fca185b2f091988.tar.xz
tools-9fed9435f4e8bab2bf8e00e17fca185b2f091988.zip
Changed cloudmaster to use the new cobbler proxy and revved the RPM release
Diffstat (limited to 'cloudmasterd')
-rw-r--r--cloudmasterd/extra/cloudmasterd.spec2
-rw-r--r--cloudmasterd/lib/cloudmasterd.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/cloudmasterd/extra/cloudmasterd.spec b/cloudmasterd/extra/cloudmasterd.spec
index 7887785..50a519a 100644
--- a/cloudmasterd/extra/cloudmasterd.spec
+++ b/cloudmasterd/extra/cloudmasterd.spec
@@ -6,7 +6,7 @@
Summary: Genome library and web application for managing cloud machines
Name: rubygem-%{gemname}
Version: 1.0.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Group: Applications/System
License: GPLv2
URL: https://fedorahosted.org/genome
diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb
index d9f1a48..4386084 100644
--- a/cloudmasterd/lib/cloudmasterd.rb
+++ b/cloudmasterd/lib/cloudmasterd.rb
@@ -33,7 +33,7 @@ module Cloudmasterd::Helpers
class Cobblerd
def initialize(repo)
@repo = repo
- @xmlrpc = XMLRPC::Client.new2("http://#{@repo}:25152")
+ @xmlrpc = XMLRPC::Client.new2("http://#{@repo}/cobbler_api_rw")
@token = @xmlrpc.call2("login", "cobbler", "password")[1]
end