diff options
| author | jaypipes <jaypipes@gmail.com> | 2011-08-30 20:08:40 -0700 |
|---|---|---|
| committer | jaypipes <jaypipes@gmail.com> | 2011-08-30 20:08:40 -0700 |
| commit | dbab61cd6bb070b5fc40a5fdc49b2caf3b20675a (patch) | |
| tree | c392257a23939c9fd823cb85d65c1dae920502b0 /bin/skeleton-api | |
| parent | f314bc0457781846c116b9cc0ad24ea49891d2d9 (diff) | |
| parent | 0ec0a05aafbeec0b02da7e08ee8de69b459495df (diff) | |
Merge pull request #2 from rajarammallya/master
Made openstack.common a module and removed code references to glance
Diffstat (limited to 'bin/skeleton-api')
| -rwxr-xr-x | bin/skeleton-api | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/skeleton-api b/bin/skeleton-api index 1d02055..0bed84a 100755 --- a/bin/skeleton-api +++ b/bin/skeleton-api @@ -55,7 +55,8 @@ if __name__ == '__main__': (options, args) = config.parse_options(oparser) try: - conf, app = config.load_paste_app('skeleton-api', options, args) + conf, app = config.load_paste_app('skeleton-api', options, args, + config_dir='skeleton') server = wsgi.Server() server.start(app, int(conf['bind_port']), conf['bind_host']) |
