Remove blueprint diversion to openstack-ci.

The blueprint script used openstack-ci instead of the actual project
for any non-openstack/ project. This is counter-productive now that
we have more than one org in gerrit.
diff --git a/gerritx/cmd/update_blueprint.py b/gerritx/cmd/update_blueprint.py
index 64a2e54..96529ff 100644
--- a/gerritx/cmd/update_blueprint.py
+++ b/gerritx/cmd/update_blueprint.py
@@ -64,12 +64,7 @@
 
 
 def update_spec(launchpad, project, name, subject, link, topic=None):
-    # For testing, if a project doesn't match openstack/foo, use
-    # the openstack-ci project instead.
     group, project = project.split('/')
-    if group != 'openstack':
-        project = 'openstack-ci'
-
     spec = launchpad.projects[project].getSpecification(name=name)
     if not spec:
         return