diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-24 18:38:28 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-24 18:38:28 -0700 |
| commit | e722803067e6386e98f29aa867d4cf98ce6e0cc2 (patch) | |
| tree | c279139973e1555dbcf4ae0f3aa3341e86fa0b57 /nova/api | |
| parent | b30d5aa17c86bf1487945d8f2b2878644f79999e (diff) | |
clarify comment
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/cloud.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py index fa4624ff1..e5a957b83 100644 --- a/nova/api/ec2/cloud.py +++ b/nova/api/ec2/cloud.py @@ -537,7 +537,7 @@ class CloudController(object): instance_id=instance_id) def get_vnc_console(self, context, instance_id, **kwargs): - """Returns vnc browser url to the dashboard.""" + """Returns vnc browser url. Used by OS dashboard.""" ec2_id = instance_id instance_id = ec2utils.ec2_id_to_id(ec2_id) return self.compute_api.get_vnc_console(context, |
