Commit f8d6fcbf authored by AdamSimpson's avatar AdamSimpson
Browse files

I've mixed up gitlab and github repos..oops

parent 21c60787
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ namespace OpenStackBuilder {
            Builder builder;
            auto network = builder_node.second.get<std::string>("Networks");
            size_t eq_pos = network.find("=");
            builder.host = network.substr(eq_pos);
            builder.host = network.substr(eq_pos+1);

            builder.id = builder_node.second.get<std::string>("ID");
            builder.port = "8080";