diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-10 21:13:11 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-10 21:13:11 +0000 |
| commit | 754320ec661c628d1a7263dc34fd98d6554e652b (patch) | |
| tree | e255c5b2267080eee3dff05e85967f47ebf7e50a /bin/nova-direct-api | |
| parent | f6f8d96b2686733800ffcd804a490f44ea707185 (diff) | |
| parent | d1888a3359345acffd8d0845c137eefd88072112 (diff) | |
Merge "Remove the last of the gflags shim layer"
Diffstat (limited to 'bin/nova-direct-api')
| -rwxr-xr-x | bin/nova-direct-api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-direct-api b/bin/nova-direct-api index 6a79ef626..121a0b45c 100755 --- a/bin/nova-direct-api +++ b/bin/nova-direct-api @@ -57,7 +57,7 @@ direct_api_opts = [ ] FLAGS = flags.FLAGS -FLAGS.add_options(direct_api_opts) +FLAGS.register_cli_opts(direct_api_opts) # An example of an API that only exposes read-only methods. |
